From d2ebc60a339b66fe067ebc244ef31c600d57d541 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Mon, 11 Aug 2014 14:55:00 -0400 Subject: Libreboot release 6 beta 5 correction 1. - Fixed typo where revision list for 5th beta was listed as March 11th 2014, when in fact it was August 11th 2014 - Fixed incorrect grub.cfg that was actually placed in resources/grub/config/x60/grub_usqwerty.cfg which broke the default GRUB menu entry on X60 --- diff --git a/docs/index.html b/docs/index.html index aac63a5..b428972 100644 --- a/docs/index.html +++ b/docs/index.html @@ -859,12 +859,12 @@ Specifically (Order No. / Model No. / CPU):

@@ -1166,6 +1166,13 @@ If you see that, great! Shut down now (power off). Wait a few seconds and then boot!

+

+ + If you boot and you see nothing, try turning up the backlight (F2 for macbook21). + +

+ +

Back to top of page.

@@ -1230,7 +1237,7 @@

- If you boot and you see nothing, try turning up the backlight (Fn+Home). + If you boot and you see nothing, try turning up the backlight (Fn+Home for X60/X60S/X60T/T60, F2 for macbook21). If this is a ThinkPad X60 and backlight resets to zero when turning it up while at max, look at #tft_brightness.

diff --git a/docs/release.html b/docs/release.html index 32d8c29..15b2342 100644 --- a/docs/release.html +++ b/docs/release.html @@ -72,7 +72,7 @@
  • Revised (pre-release, 2nd beta) 2014 July 16th
  • Revised (pre-release, 3rd beta) 2014 July 20th
  • Revised (pre-release, 4th beta) 2014 July 29th
  • -
  • Revised (pre-release, 5th beta) 2014 August 11th
  • +
  • Revised (pre-release, 5th beta) 2014 August 11th (corrected 2014 August 11th)
  • @@ -87,21 +87,21 @@

    Binaries (for flashing) (right-click save as, or use wget)

    Source code (for hacking) (right-click save as, or use wget)

    Metadata (for re-creating the source archive) (right-click save as, or use wget)

    Machines still supported (compared to previous release):

    @@ -441,7 +441,7 @@

    - Revisions for 5th beta (2014 March 11th) + Revisions for 5th beta (2014 August 11th)

    • build: added 'luks', 'lvm', 'cmosdump' and 'cmostest' to the list of modules for grub.elf
    • @@ -470,6 +470,14 @@
    • Fixed the oversight where macbook21_firstflash wasn't included in binary archives
    +

    + Corrections to 5th beta (2014 August 2014) +

    +
      +
    • Fixed typo where revision list for 5th beta was listed as March 11th 2014, when in fact it was August 11th 2014
    • +
    • Fixed incorrect grub.cfg that was actually placed in resources/grub/config/x60/grub_usqwerty.cfg which broke the default GRUB menu entry on X60
    • +
    +

    Other tasks (to be completed before declaring the initial stable release) diff --git a/resources/grub/config/x60/grub_usqwerty.cfg b/resources/grub/config/x60/grub_usqwerty.cfg index 414d2d2..cce7a44 100644 --- a/resources/grub/config/x60/grub_usqwerty.cfg +++ b/resources/grub/config/x60/grub_usqwerty.cfg @@ -24,11 +24,9 @@ set pager=1 background_image (cbfsdisk)/background.jpg loadfont (cbfsdisk)/dejavusansmono.pf2 -keymap ukqwerty - menuentry 'Load Operating System' { - linux (ahci0,2)/vmlinuz-linux-lts root=/dev/mapper/v-rootvol rw cryptdevice=/dev/sda3:lvm root=/dev/mapper/v-rootvol - initrd (ahci0,2)/initramfs-linux-lts.img + linux (ahci0,1)/vmlinuz root=/dev/sda1 + initrd (ahci0,1)/initrd.img } menuentry 'Parse ISOLINUX menu (USB)' { set root='usb0' -- cgit v0.9.1