Changeset e4f6ff4 in clfs-sysroot
- Timestamp:
- Nov 25, 2006, 10:14:53 AM (18 years ago)
- Branches:
- master
- Children:
- d11b860
- Parents:
- 1d53724
- Location:
- BOOK
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/shadow.xml
r1d53724 re4f6ff4 24 24 <para>The following patch changes the hard-coded <filename>/etc</filename> 25 25 in the sources to whatever was passed to configure. It also allows the 26 utilities to run as a user other then root .</para>26 utilities to run as a user other then root:</para> 27 27 28 28 <screen><userinput>patch -Np1 -i ../&shadow-sysroot_hacks-patch;</userinput></screen> 29 29 30 30 <para>The following value is added to <filename>config.cache</filename> to 31 make sure that the <filename>passwd</filename> program is found .</para>31 make sure that the <filename>passwd</filename> program is found:</para> 32 32 33 33 <screen><userinput>echo "shadow_cv_passwd_dir=${CLFS}/bin" > config.cache</userinput></screen> 34 34 35 <para>The following value causes Shadow to use it 's internal lckpwdf36 instead of the one provided by glibc. The one provided by glibc will35 <para>The following value causes Shadow to use its internal lckpwdf 36 instead of the one provided by Glibc. The one provided by Glibc will 37 37 attempt to modify the host system:</para> 38 38 … … 45 45 --without-selinux --program-prefix=${CLFS_TARGET}- --cache-file=config.cache</userinput></screen> 46 46 47 <para>Add the proper suffix to the <filename>passwd</filename> program.</para>47 <para>Add the proper prefix to the <filename>passwd</filename> program:</para> 48 48 49 49 <screen><userinput>cp config.h{,.orig} -
BOOK/final-system/arm/perl.xml
r1d53724 re4f6ff4 31 31 </warning> 32 32 33 <para os="p1">The following patch fixes issues with perl and33 <para os="p1">The following patch fixes issues with Perl and 34 34 cross-compiling:</para> 35 35 … … 43 43 -e "s@static_target='static'@static_target='static_pic'@g" Makefile.SH</userinput></screen> 44 44 45 <para os="a">The Cross directory contains a Makefile for cross-compiling .</para>45 <para os="a">The Cross directory contains a Makefile for cross-compiling:</para> 46 46 47 47 <screen os="b"><userinput>cd Cross</userinput></screen> -
BOOK/final-system/common/bzip2.xml
r1d53724 re4f6ff4 87 87 rm -v ${CLFS}/usr/bin/{bunzip2,bzcat,bzip2} 88 88 ln -sv bzip2 ${CLFS}/bin/bunzip2 89 ln -sv bzip2 ${CLFS}/bin/bzcat t</userinput></screen>89 ln -sv bzip2 ${CLFS}/bin/bzcat</userinput></screen> 90 90 91 91 </sect2> -
BOOK/final-system/common/coreutils.xml
r1d53724 re4f6ff4 74 74 75 75 <para os="k">Other Coreutils programs are used by some of the scripts 76 in the CLFS-Bootscripts pac akge. As <filename76 in the CLFS-Bootscripts package. As <filename 77 77 class="directory">/usr</filename> may not be available during the early 78 78 stages of booting, those binaries need to be on the root partition:</para> -
BOOK/final-system/common/inetutils.xml
r1d53724 re4f6ff4 32 32 <screen os="p2"><userinput>patch -Np1 -i ../&inetutils-man_pages-patch;</userinput></screen> 33 33 34 <para os="s1">The following set of seds prevent binaries from being installed as root</para> 34 <para os="s1">The following set of seds prevent binaries from being 35 installed as setuid <systemitem class="username">root</systemitem>:</para> 35 36 36 37 <screen os="s2"><userinput>for dir in ping rcp rlogin rsh; do … … 101 102 102 103 <para os="h">Move the <command>ping</command> and <command>ping6</command> 103 program to itsFHS-compliant place:</para>104 programs to their FHS-compliant place:</para> 104 105 105 106 <screen os="i"><userinput>mv -v ${CLFS}/usr/bin/ping{,6} ${CLFS}/bin</userinput></screen> -
BOOK/general.ent
r1d53724 re4f6ff4 3 3 <!ENTITY month "11"> <!-- Use two digits --> 4 4 <!ENTITY month_name "November"> 5 <!ENTITY day "2 4"> <!-- Use two digits -->5 <!ENTITY day "25"> <!-- Use two digits --> 6 6 <!ENTITY year "2006"> <!-- Use four digits --> 7 7
Note:
See TracChangeset
for help on using the changeset viewer.