diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-09-17 23:48:47 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-09-17 23:48:47 +0000 |
commit | 1b8d78b5a23263f013d62576cbf437e5e8670611 (patch) | |
tree | 5e2968ed0a364ff18fb40ecdce232b98b01fa9b9 /chapter08/grub.xml | |
parent | a9fa36edd0c6ed5d0a6ae0486c570d11edcd971b (diff) |
Touch up example grub.conf
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9376 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/grub.xml')
-rw-r--r-- | chapter08/grub.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/grub.xml b/chapter08/grub.xml index 70145d303..4cff9afd2 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -113,13 +113,13 @@ set timeout=5 ### 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 |