aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2004-06-23 19:50:25 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2004-06-23 19:50:25 +0000
commit4abce96c4b09b3a38451773015cb5c926614ab90 (patch)
treedd8bca078c1654d9b8b4a1d6c802a667fdb43349 /chapter08
parent35ee31bc07be803a92d20d7c2eed5a8a45ab2452 (diff)
* 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
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/grub.xml7
1 files changed, 0 insertions, 7 deletions
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</userinput></screen>
-<note><para>By default, Grub will automatically pass a <parameter>mem=xxx</parameter>
-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 <parameter>--no-mem-option</parameter> above.</para>
-</note>
-
<para>You may want to add an entry for your host distribution. It might look
like this:</para>