diff options
Diffstat (limited to 'chapter08/grub.xml')
-rw-r--r-- | chapter08/grub.xml | 7 |
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> |