Sfoglia il codice sorgente

* 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

Matthew Burgess 21 anni fa
parent
commit
4abce96c4b
2 ha cambiato i file con 3 aggiunte e 7 eliminazioni
  1. 3 0
      chapter01/changelog.xml
  2. 0 7
      chapter08/grub.xml

+ 3 - 0
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>
 

+ 0 - 7
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>