diff options
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 aca02cada..add9baaba 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -92,9 +92,9 @@ timeout 30 color green/black light-green/black # The first entry is for LFS. -title LFS &milestone; +title LFS &milestone; (Linux &linux-version;) root (hd0,3) -kernel --no-mem-option /boot/lfskernel root=/dev/hda4 +kernel --no-mem-option /boot/lfskernel-&linux-version; root=/dev/hda4 <userinput>EOF</userinput></screen> <note><para>By default, Grub will automatically pass a <quote>mem=xxx</quote> |