From 4abce96c4b09b3a38451773015cb5c926614ab90 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Wed, 23 Jun 2004 19:50:25 +0000 Subject: * Removed the note regarding the --no-mem-option which is no longer required (Matt Bartley) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3845 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/grub.xml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'chapter08') diff --git a/chapter08/grub.xml b/chapter08/grub.xml index 3b67e2896..f4f19368d 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -97,13 +97,6 @@ root (hd0,3) kernel /boot/lfskernel-&linux-version; root=/dev/hda4 EOF -By default, Grub will automatically pass a mem=xxx -command line argument to the kernel. However, Grub occasionally gets the amount -of memory wrong which can lead to problems in some circumstances. It's best to -disable this functionality and let the kernel determine the amount of memory -itself, hence the use of the --no-mem-option above. - - You may want to add an entry for your host distribution. It might look like this: -- cgit v1.2.3-54-g00ecf