Changeset e4cac4d


Ignore:
Timestamp:
Oct 25, 2007, 10:54:25 AM (16 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.

Location:
BOOK
Files:
1 added
6 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
  • BOOK/boot/mips64-chapter.xml

    rbfb94b2 re4cac4d  
    2727  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/flags.xml"/>
    2828  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/fstab.xml"/>
    29   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bootscripts.xml"/>
     29  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/bootscripts.xml"/>
    3030  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/devices.xml"/>
    3131  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/changingowner.xml"/>
  • BOOK/boot/ppc64-chapter.xml

    rbfb94b2 re4cac4d  
    2828  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/settingenviron.xml"/>
    2929  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/fstab.xml"/>
    30   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bootscripts.xml"/>
     30  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/bootscripts.xml"/>
    3131  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/devices.xml"/>
    3232  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/changingowner.xml"/>
  • BOOK/boot/sparc64-chapter.xml

    rbfb94b2 re4cac4d  
    2727  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/flags.xml"/>
    2828  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc/fstab.xml"/>
    29   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bootscripts.xml"/>
     29  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/bootscripts.xml"/>
    3030  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/devices.xml"/>
    3131  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/changingowner.xml"/>
  • BOOK/boot/x86_64-chapter.xml

    rbfb94b2 re4cac4d  
    2626  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/flags.xml"/>
    2727  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/fstab.xml"/>
    28   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bootscripts.xml"/>
     28  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/bootscripts.xml"/>
    2929  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/devices.xml"/>
    3030  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/changingowner.xml"/>
  • BOOK/introduction/common/changelog.xml

    rbfb94b2 re4cac4d  
    4545        <listitem>
    4646          <para>[jim] - Updated to Glibc 2.7.</para>
     47        </listitem>
     48        <listitem>
     49          <para>[jim] - Updated Bootscripts build to make sure the udev
     50                        devices get created correctly in boot section.</para>
    4751        </listitem>
    4852      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.