Author: jim
Date: 2005-03-19 08:24:06 -0700 (Sat, 19 Mar 2005)
New Revision: 4779

Modified:
   branches/multi-arch/BOOK/chapter01/changelog.xml
   branches/multi-arch/BOOK/chapter08/colo.xml
   branches/multi-arch/BOOK/chapter08/grub.xml
Log:
Made FHS symlink generic

Modified: branches/multi-arch/BOOK/chapter01/changelog.xml
===================================================================
--- branches/multi-arch/BOOK/chapter01/changelog.xml    2005-03-19 15:15:52 UTC 
(rev 4778)
+++ branches/multi-arch/BOOK/chapter01/changelog.xml    2005-03-19 15:24:06 UTC 
(rev 4779)
@@ -83,6 +83,14 @@
 <listitem><para>Changelog Entries:</para>
 
 <itemizedlist>
+<listitem><para>March 19, 2005 [jim]</para>
+<itemizedlist>
+<listitem><para>Updated: Arch: All - Made the bootloader FHS symlink generic 
to all bootloaders.</para></listitem>
+</itemizedlist>
+</listitem>
+</itemizedlist>
+
+<itemizedlist>
 <listitem><para>March 18, 2005 [jim]</para>
 <itemizedlist>
 <listitem><para>Updated: Arch: All - Findutils to 4.2.20.</para></listitem>

Modified: branches/multi-arch/BOOK/chapter08/colo.xml
===================================================================
--- branches/multi-arch/BOOK/chapter08/colo.xml 2005-03-19 15:15:52 UTC (rev 
4778)
+++ branches/multi-arch/BOOK/chapter08/colo.xml 2005-03-19 15:24:06 UTC (rev 
4779)
@@ -41,4 +41,11 @@
 <para>Included in /usr/lib/colo/examples are more examples of a
 default.colo file.</para>
 
+<para>The FHS stipulates that Bootloader's configuration file should be 
symlinked to
+/etc/{Bootloader Name}.  To satisfy this requirement for colo, issue the
+following command:</para>
+
+<screen><userinput>mkdir /etc/colo &amp;&amp;
+ln -s /boot/colo/default.colo /etc/colo</userinput></screen>
+
 </sect1>

Modified: branches/multi-arch/BOOK/chapter08/grub.xml
===================================================================
--- branches/multi-arch/BOOK/chapter08/grub.xml 2005-03-19 15:15:52 UTC (rev 
4778)
+++ branches/multi-arch/BOOK/chapter08/grub.xml 2005-03-19 15:24:06 UTC (rev 
4779)
@@ -127,8 +127,8 @@
 information regarding Grub is located on its website at:
 <ulink url="http://www.gnu.org/software/grub/"/>.</para>
 
-<para>The FHS stipulates that Grub's <filename>menu.lst</filename> file should 
be symlinked to
-<filename class="symlink">/etc/grub/menu.lst</filename>.  To satisfy this 
requirement, issue the 
+<para>The FHS stipulates that Bootloader's configuration file should be 
symlinked to
+/etc/{Bootloader Name}.  To satisfy this requirement for grub, issue the
 following command:</para>
 
 <screen><userinput>mkdir /etc/grub &amp;&amp;

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to