Changes in / [5cabdc2:5765b29]


Ignore:
Location:
BOOK
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/coreutils.xml

    r5cabdc2 r5765b29  
    8888mv -v /usr/bin/{mv,pwd,rm,rmdir,stty,true,uname} /bin
    8989mv -v /usr/bin/chroot /usr/sbin</userinput></screen>
    90 
    91     <para os="v">Other Coreutils programs are used by some of the scripts
    92     in the CLFS-Bootscripts package. As <filename
    93     class="directory">/usr</filename> may not be available during the early
    94     stages of booting, those binaries need to be on the root partition:</para>
    95 
    96 <screen os="w"><userinput>mv -v /usr/bin/{[,basename,head,install,nice} /bin
    97 mv -v /usr/bin/{readlink,sleep,sync,test,touch} /bin
    98 ln -svf ../../bin/install /usr/bin</userinput></screen>
    9990
    10091  </sect2>
  • BOOK/final-system/common/kbd.xml

    r5cabdc2 r5765b29  
    4040<screen os="g"><userinput>make install</userinput></screen>
    4141
    42     <para os="h">Some of the programs from Kbd are used by scripts
    43     in the CLFS-Bootscripts package. As <filename
    44     class="directory">/usr</filename> may not be available during the early
    45     stages of booting, those binaries need to be on the root partition:</para>
    46 
    47 <screen os="i"><userinput>mv -v /usr/bin/{kbd_mode,dumpkeys,loadkeys,openvt,setfont} /bin</userinput></screen>
     42    <para os="h">Some of the programs from Kbd are used by systemd to
     43    initialize the system, those binaries need to be on the root
     44    partition:</para>
     45
     46<screen os="i"><userinput>mv -v /usr/bin/{loadkeys,setfont} /bin</userinput></screen>
    4847
    4948  </sect2>
  • BOOK/final-system/common/util-linux.xml

    r5cabdc2 r5765b29  
    9393
    9494<screen os="h"><userinput>make install</userinput></screen>
    95 
    96     <para os="i">Move the <command>logger</command> binary to
    97     <filename class="directory">/bin</filename> as it is needed by the
    98     CLFS-Bootscripts package:</para>
    99 
    100 <screen os="j"><userinput>mv -v /usr/bin/logger /bin</userinput></screen>
    10195
    10296  </sect2>
  • BOOK/final-system/multilib/coreutils.xml

    r5cabdc2 r5765b29  
    106106    xpointer="xpointer(//*[@os='u'])"/>
    107107
    108     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    109     href="../common/coreutils.xml"
    110     xpointer="xpointer(//*[@os='v'])"/>
    111 
    112     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    113     href="../common/coreutils.xml"
    114     xpointer="xpointer(//*[@os='w'])"/>
    115 
    116108  </sect2>
    117109
  • BOOK/final-system/multilib/util-linux-64bit.xml

    r5cabdc2 r5765b29  
    5757    xpointer="xpointer(//*[@os='h'])"/>
    5858
    59     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    60     href="../common/util-linux.xml"
    61     xpointer="xpointer(//*[@os='i'])"/>
    62 
    63     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    64     href="../common/util-linux.xml"
    65     xpointer="xpointer(//*[@os='j'])"/>
    66 
    6759  </sect2>
    6860
  • BOOK/final-system/multilib/util-linux-n32.xml

    r5cabdc2 r5765b29  
    5454    xpointer="xpointer(//*[@os='h'])"/>
    5555
    56     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    57     href="../common/util-linux.xml"
    58     xpointer="xpointer(//*[@os='i'])"/>
    59 
    60     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    61     href="../common/util-linux.xml"
    62     xpointer="xpointer(//*[@os='j'])"/>
    63 
    6456  </sect2>
    6557
  • BOOK/final-system/multilib/util-linux.xml

    r5cabdc2 r5765b29  
    5454    xpointer="xpointer(//*[@os='h'])"/>
    5555
    56     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    57     href="../common/util-linux.xml"
    58     xpointer="xpointer(//*[@os='i'])"/>
    59 
    60     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    61     href="../common/util-linux.xml"
    62     xpointer="xpointer(//*[@os='j'])"/>
    63 
    6456  </sect2>
    6557
  • BOOK/materials/common/packages.xml

    r5cabdc2 r5765b29  
    475475
    476476    <varlistentry>
     477      <term>systemd (&systemd-version;) - <token>&systemd-size;</token>:</term>
     478      <listitem>
     479        <para>Home page: <ulink url="&systemd-home;"/></para>
     480        <para>Download: <ulink url="&systemd-url;"/></para>
     481        <para>MD5 sum: <literal>&systemd-md5;</literal></para>
     482      </listitem>
     483    </varlistentry>
     484
     485    <varlistentry>
    477486      <term>Tar (&tar-version;) - <token>&tar-size;</token>:</term>
    478487      <listitem>
  • BOOK/packages.ent

    r5cabdc2 r5765b29  
    383383<!ENTITY sysvinit-home "http://savannah.nongnu.org/projects/sysvinit">
    384384
     385<!ENTITY systemd-version "17">
     386<!ENTITY systemd-size "738 KB">
     387<!ENTITY systemd-url "http://www.freedesktop.org/software/systemd/systemd-&systemd-version;.tar.bz2">
     388<!ENTITY systemd-md5 "ae69109af0628c083846b8aea921692c">
     389<!ENTITY systemd-home "http://freedesktop.org/wiki/Software/systemd">
     390
    385391<!ENTITY tar-version "1.25">
    386392<!ENTITY tar-size "2,276 KB">
Note: See TracChangeset for help on using the changeset viewer.