aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/grub.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08/grub.xml')
-rw-r--r--chapter08/grub.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter08/grub.xml b/chapter08/grub.xml
index f4f19368d..57293c359 100644
--- a/chapter08/grub.xml
+++ b/chapter08/grub.xml
@@ -120,4 +120,11 @@ EOF</userinput></screen>
know, you can find more information regarding Grub on its website, located at:
<ulink url="http://www.gnu.org/software/grub/"/>.</para>
+<para>The FHS stipulates that Grub's menu.lst file should be symlinked to
+/etc/grub/menu.lst. To satisfy this requirement, issue the following
+command:</para>
+
+<screen><userinput>mkdir /etc/grub &amp;&amp;
+ln -s /boot/grub/menu.lst /etc/grub</userinput></screen>
+
</sect1>