Changeset e4cac4d for BOOK/boot/common


Ignore:
Timestamp:
Oct 25, 2007, 10:54:25 AM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
31e6a1d
Parents:
bfb94b2
Message:

Update boot section for bootscripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/bootscripts.xml

    rbfb94b2 re4cac4d  
    2323    <title>Installation of CLFS-Bootscripts</title>
    2424
    25     <para>Install the package:</para>
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../../bootscripts/common/bootscripts.xml"
     27    xpointer="xpointer(//*[@os='a'])"/>
    2628
    27 <screen><userinput>make ETCDIR=${CLFS}/etc install-minimal</userinput></screen>
     29<screen os="b"><userinput>make DESTDIR=${CLFS} install-minimal</userinput></screen>
    2830
    2931    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    3133    xpointer="xpointer(//*[@os='a'])"/>
    3234
    33     <para>If you do not know whether or not the hardware clock is set to UTC,
     35    <para os="c">If you do not know whether or not the hardware clock is set to UTC,
    3436    you can find out after you have booted the new machine by running the
    3537    <userinput>hwclock --localtime  --show</userinput> command, and if
     
    4244    xpointer="xpointer(//*[@os='c'])"/>
    4345
    44 <screen><userinput>cat &gt; ${CLFS}/etc/sysconfig/clock &lt;&lt; "EOF"
     46<screen os="d"><userinput>cat &gt; ${CLFS}/etc/sysconfig/clock &lt;&lt; "EOF"
    4547<literal># Begin /etc/sysconfig/clock
    4648
Note: See TracChangeset for help on using the changeset viewer.