diff options
author | Zack Winkles <winkie@linuxfromscratch.org> | 2004-06-14 15:17:44 +0000 |
---|---|---|
committer | Zack Winkles <winkie@linuxfromscratch.org> | 2004-06-14 15:17:44 +0000 |
commit | eb443a3b8d84568d4bef4b48778e4c824c3cd0e4 (patch) | |
tree | 2aa57362707ea8507cc64796523a9033f2b3add2 /chapter08 | |
parent | bb55064a0b6cb7c96059cc6ea9fae49f709fc746 (diff) |
Upgraded to GRUB 0.95
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3785 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-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> |