aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter08/grub.xml7
2 files changed, 3 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 781877b39..15d8e37e6 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -78,6 +78,9 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>June 23, 2004 [matt]: Removed the note regarding the use of
+GRUB's --no-mem-option</para></listitem>
+
<listitem><para>June 23, 2004 [matt]: Removed dpasswd from shadow's list of
installed files.</para></listitem>
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>