Changeset 5ff383d for chapter08/colo.xml


Ignore:
Timestamp:
03/19/2005 03:24:06 PM (20 years ago)
Author:
Jim Gifford <jim@…>
Children:
5ab5945
Parents:
ccc6ad2
Message:

Made FHS symlink generic

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/colo.xml

    rccc6ad2 r5ff383d  
    4242default.colo file.</para>
    4343
     44<para>The FHS stipulates that Bootloader's configuration file should be symlinked to
     45/etc/{Bootloader Name}.  To satisfy this requirement for colo, issue the
     46following command:</para>
     47
     48<screen><userinput>mkdir /etc/colo &amp;&amp;
     49ln -s /boot/colo/default.colo /etc/colo</userinput></screen>
     50
    4451</sect1>
Note: See TracChangeset for help on using the changeset viewer.