Changeset 8038ff4 for chapter08/grub.xml


Ignore:
Timestamp:
12/22/2004 12:53:02 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
a52c8c2
Parents:
9de23af
Message:

Updated multi-arch brach to testing r4451.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4452 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/grub.xml

    r9de23af r8038ff4  
    128128<ulink url="http://www.gnu.org/software/grub/"/>.</para>
    129129
     130<para>The FHS stipulates that Grub's <filename>menu.lst</filename> file should be symlinked to
     131<filename class="symlink">/etc/grub/menu.lst</filename>.  To satisfy this requirement, issue the
     132following command:</para>
     133
     134<screen><userinput>mkdir /etc/grub &amp;&amp;
     135ln -s /boot/grub/menu.lst /etc/grub</userinput></screen>
     136
    130137</sect1>
    131138
Note: See TracChangeset for help on using the changeset viewer.