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