Author: bdubbs
Date: 2010-09-17 17:48:47 -0600 (Fri, 17 Sep 2010)
New Revision: 9376
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter08/grub.xml
Log:
Touch up example grub.conf
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2010-09-17 16:37:25 UTC (rev 9375)
+++ trunk/BOOK/chapter01/changelog.xml 2010-09-17 23:48:47 UTC (rev 9376)
@@ -45,6 +45,12 @@
intallation, it will break the init scripts.
</para>
</listitem>
+ <listitem>
+ <para>[bdubbs] - Touch up example grub.conf.
+ Fixes
+ <ulink url="&lfs-ticket-root;2748">#2748</ulink>
+ </para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: trunk/BOOK/chapter08/grub.xml
===================================================================
--- trunk/BOOK/chapter08/grub.xml 2010-09-17 16:37:25 UTC (rev 9375)
+++ trunk/BOOK/chapter08/grub.xml 2010-09-17 23:48:47 UTC (rev 9376)
@@ -113,13 +113,13 @@
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/10_linux ###
-menuentry "GNU/Linux, Linux 2.6.34-lfs" {
+menuentry "GNU/Linux, Linux &linux-version;-lfs-&version;" {
insmod ext2
set root=(hd0,2)
search --no-floppy --fs-uuid --set 915852a7-859e-45a6-9ff0-d3ebfdb5cea2
linux /boot/vmlinux-&linux-version;-lfs-&version; root=/dev/sda2 ro
}
-menuentry "GNU/Linux, Linux 2.6.30.2-lfs65 (recovery mode)" {
+menuentry "GNU/Linux, Linux &linux-version;-lfs-&version;" (recovery mode)" {
insmod ext2
set root=(hd0,2)
search --no-floppy --fs-uuid --set 915852a7-859e-45a6-9ff0-d3ebfdb5cea2
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page