Ignore:
Timestamp:
Apr 13, 2014, 9:14:08 PM (12 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
79536fe
Parents:
f6dfda5
Message:

Updated bootscripts to be used in /tools

File:
1 edited

Legend:

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

    rf6dfda5 r54b143f  
    2727    <title>Installation of Bootscripts</title>
    2828
    29     <para os="s1">Remove references to Makefile targets that do not need
    30     to be used at this time:</para>
    31 
    32 <screen os="s2"><userinput>cp Makefile{,.orig}
    33 sed -e '/^install-minimal/s/ udev_device_dirs udev_device_links//' \
    34     -e '/ mknod_devices/d' \
    35     Makefile.orig > Makefile</userinput></screen>
    36 
    37     <para os="s3">Account for udev now being in /tools:</para>
    38 
    39 <screen os="s4"><userinput>cp clfs/init.d/udev{,.orig}
    40 sed 's@/sbin/udev@/tools&amp;@' clfs/init.d/udev.orig > clfs/init.d/udev</userinput></screen>
     29    <para os="s1">Update the bootscripts so they can be used in /tools:</para>
     30
     31<screen os="s2"><userinput>patch -Np1 -i ../bootscripts-cross-lfs-2.1-pre1-updates-1.patch</userinput></screen>
    4132
    4233    <para os="a">Install the package:</para>
    4334
    44 <screen os="b"><userinput>make DESTDIR=${CLFS} install-minimal</userinput></screen>
     35<screen os="b"><userinput>make DESTDIR=/tools install-minimal</userinput></screen>
    4536
    4637  <para os="c">The <command>setclock</command> script reads the time from the
     
    6657  is <emphasis>not</emphasis> set to UTC time.</para>
    6758
    68 <screen os="f"><userinput>cat &gt; ${CLFS}/etc/sysconfig/clock &lt;&lt; "EOF"
    69 <literal># Begin /etc/sysconfig/clock
     59<screen os="f"><userinput>cat &gt; /tools/etc/sysconfig/clock &lt;&lt; "EOF"
     60<literal># Begin /tools/etc/sysconfig/clock
    7061
    7162UTC=1
    7263
    73 # End /etc/sysconfig/clock</literal>
     64# End /tools/etc/sysconfig/clock</literal>
    7465EOF</userinput></screen>
    7566
Note: See TracChangeset for help on using the changeset viewer.