diff options
author | Zack Winkles <winkie@linuxfromscratch.org> | 2004-05-04 17:34:59 +0000 |
---|---|---|
committer | Zack Winkles <winkie@linuxfromscratch.org> | 2004-05-04 17:34:59 +0000 |
commit | 52216a89305a9974c58b9a8eef9bcef6479cb8db (patch) | |
tree | 701b9aa7c7304afbd09cab566ac9d44c2242b0cf /chapter08/grub.xml | |
parent | 2be5334128deb8b3618c60b3bdd1e4beafe6bdc1 (diff) |
Use full LFS version for GRUB entry
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3467 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/grub.xml')
-rw-r--r-- | chapter08/grub.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/grub.xml b/chapter08/grub.xml index add9baaba..4db1dbfef 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -92,7 +92,7 @@ timeout 30 color green/black light-green/black # The first entry is for LFS. -title LFS &milestone; (Linux &linux-version;) +title LFS &version; root (hd0,3) kernel --no-mem-option /boot/lfskernel-&linux-version; root=/dev/hda4 <userinput>EOF</userinput></screen> |