mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Made Grub's configuration location FHS compliant
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4227 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
03ddc79e3c
commit
205af120bc
@ -92,6 +92,9 @@ first a summary, then a detailed log.</para>
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem><para>September 28th, 2004 [matt]: Made Grub's configuration
|
||||||
|
file location FHS compliant.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>September 28th, 2004 [matt]: Added a note regarding a known
|
<listitem><para>September 28th, 2004 [matt]: Added a note regarding a known
|
||||||
failure in the GRUB testsuite</para></listitem>
|
failure in the GRUB testsuite</para></listitem>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user