diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2004-01-20 05:59:05 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2004-01-20 05:59:05 +0000 |
commit | d0a6c4c212b7204aef7ee577cf897d6c0c792520 (patch) | |
tree | 7fbb5f981f0583f923bbb53c9f98f6e1d239b954 /chapter08 | |
parent | fae442d5f04416d382f6d14e8d5fefe7cf23bbbb (diff) |
Upgraded to Glibc-2.3.3, Kbd-1.12, Perl-5.8.3 and Shadow-4.0.4.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3177 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-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> |