|
@@ -120,4 +120,11 @@ EOF</userinput></screen>
|
|
know, you can find more information regarding Grub on its website, located at:
|
|
know, you can find more information regarding Grub on its website, located at:
|
|
<ulink url="http://www.gnu.org/software/grub/"/>.</para>
|
|
<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 &&
|
|
|
|
+ln -s /boot/grub/menu.lst /etc/grub</userinput></screen>
|
|
|
|
+
|
|
</sect1>
|
|
</sect1>
|