aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/grub.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2011-08-31 02:07:21 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2011-08-31 02:07:21 +0000
commitfe1643ecbb7bf59af560eefb78bc796b8142c427 (patch)
tree3c2bbcc38f5ef37312610a7828ff326daa3253f2 /chapter08/grub.xml
parent5bc19fc1e562db0a9587b355419076daa75788e2 (diff)
Change default name of linux kernel to be compatible with grub-mkconfig scripts.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9588 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/grub.xml')
-rw-r--r--chapter08/grub.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/grub.xml b/chapter08/grub.xml
index 6c24381c9..869a2f0ee 100644
--- a/chapter08/grub.xml
+++ b/chapter08/grub.xml
@@ -131,7 +131,7 @@ insmod ext2
set root=(hd0,2)
menuentry "GNU/Linux, Linux &linux-version;-lfs-&version;" {
- linux /boot/vmlinux-&linux-version;-lfs-&version; root=/dev/sda2 ro
+ linux /boot/vmlinuz-&linux-version;-lfs-&version; root=/dev/sda2 ro
}</literal>
EOF</userinput></screen>