diff options
Diffstat (limited to 'chapter08/grub.xml')
-rw-r--r-- | chapter08/grub.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/grub.xml b/chapter08/grub.xml index dcc11dc4b..6869eaece 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -97,7 +97,7 @@ 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 +<para>You may want to add an entry for your host distribution. It might look like this:</para> <screen><userinput>cat >> /boot/grub/menu.lst << "EOF"</userinput> |