Changes in / [2b9f7a9:ff33e56]
- Location:
- BOOK
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/coreutils.xml
r2b9f7a9 rff33e56 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 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> 90 99 91 100 </sect2> -
BOOK/final-system/common/kbd.xml
r2b9f7a9 rff33e56 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 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> 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> 47 48 48 49 </sect2> -
BOOK/final-system/common/util-linux.xml
r2b9f7a9 rff33e56 93 93 94 94 <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> 95 101 96 102 </sect2> -
BOOK/final-system/multilib/coreutils.xml
r2b9f7a9 rff33e56 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 108 116 </sect2> 109 117 -
BOOK/final-system/multilib/util-linux-64bit.xml
r2b9f7a9 rff33e56 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 59 67 </sect2> 60 68 -
BOOK/final-system/multilib/util-linux-n32.xml
r2b9f7a9 rff33e56 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 56 64 </sect2> 57 65 -
BOOK/final-system/multilib/util-linux.xml
r2b9f7a9 rff33e56 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 56 64 </sect2> 57 65 -
BOOK/materials/common/packages.xml
r2b9f7a9 rff33e56 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>486 477 <term>Tar (&tar-version;) - <token>&tar-size;</token>:</term> 487 478 <listitem> -
BOOK/packages.ent
r2b9f7a9 rff33e56 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 391 385 <!ENTITY tar-version "1.25"> 392 386 <!ENTITY tar-size "2,276 KB">
Note:
See TracChangeset
for help on using the changeset viewer.