Changes in / [ff33e56:2b9f7a9]
- Location:
- BOOK
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/coreutils.xml
rff33e56 r2b9f7a9 88 88 mv -v /usr/bin/{mv,pwd,rm,rmdir,stty,true,uname} /bin 89 89 mv -v /usr/bin/chroot /usr/sbin</userinput></screen> 90 91 <para os="v">Other Coreutils programs are used by some of the scripts92 in the CLFS-Bootscripts package. As <filename93 class="directory">/usr</filename> may not be available during the early94 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} /bin97 mv -v /usr/bin/{readlink,sleep,sync,test,touch} /bin98 ln -svf ../../bin/install /usr/bin</userinput></screen>99 90 100 91 </sect2> -
BOOK/final-system/common/kbd.xml
rff33e56 r2b9f7a9 40 40 <screen os="g"><userinput>make install</userinput></screen> 41 41 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> 48 47 49 48 </sect2> -
BOOK/final-system/common/util-linux.xml
rff33e56 r2b9f7a9 93 93 94 94 <screen os="h"><userinput>make install</userinput></screen> 95 96 <para os="i">Move the <command>logger</command> binary to97 <filename class="directory">/bin</filename> as it is needed by the98 CLFS-Bootscripts package:</para>99 100 <screen os="j"><userinput>mv -v /usr/bin/logger /bin</userinput></screen>101 95 102 96 </sect2> -
BOOK/final-system/multilib/coreutils.xml
rff33e56 r2b9f7a9 106 106 xpointer="xpointer(//*[@os='u'])"/> 107 107 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 116 108 </sect2> 117 109 -
BOOK/final-system/multilib/util-linux-64bit.xml
rff33e56 r2b9f7a9 57 57 xpointer="xpointer(//*[@os='h'])"/> 58 58 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 67 59 </sect2> 68 60 -
BOOK/final-system/multilib/util-linux-n32.xml
rff33e56 r2b9f7a9 54 54 xpointer="xpointer(//*[@os='h'])"/> 55 55 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 64 56 </sect2> 65 57 -
BOOK/final-system/multilib/util-linux.xml
rff33e56 r2b9f7a9 54 54 xpointer="xpointer(//*[@os='h'])"/> 55 55 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 64 56 </sect2> 65 57 -
BOOK/materials/common/packages.xml
rff33e56 r2b9f7a9 475 475 476 476 <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> 477 486 <term>Tar (&tar-version;) - <token>&tar-size;</token>:</term> 478 487 <listitem> -
BOOK/packages.ent
rff33e56 r2b9f7a9 383 383 <!ENTITY sysvinit-home "http://savannah.nongnu.org/projects/sysvinit"> 384 384 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 385 391 <!ENTITY tar-version "1.25"> 386 392 <!ENTITY tar-size "2,276 KB">
Note:
See TracChangeset
for help on using the changeset viewer.