diff options
Diffstat (limited to 'chapter08/grub.xml')
-rw-r--r-- | chapter08/grub.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter08/grub.xml b/chapter08/grub.xml index 5902ef954..dcc11dc4b 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -92,10 +92,10 @@ kernel --no-mem-option /boot/lfskernel root=/dev/hda4 <userinput>EOF</userinput></screen> <note><para>By default, Grub will automatically pass a "mem=xxx" command line -argument to the kernel. However, Grub sometimes 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 <emphasis>--no-mem-option</emphasis> above.</para></note> +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 <emphasis>--no-mem-option</emphasis> above.</para></note> <para>You may want to add an entry for your host distribution. It might look like this:</para> |