Changes in / [bcb91ad:8abdee4]
- Location:
- BOOK
- Files:
-
- 2 added
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/64/createfiles.xml
rbcb91ad r8abdee4 20 20 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,sleep,stty} ${CLFS}/bin 21 21 ln -sv /tools/bin/file ${CLFS}/usr/bin 22 ln -sv /tools/sbin/{agetty,blkid} ${CLFS}/sbin 22 23 ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib 23 24 ln -sv /tools/lib/libstd*so* ${CLFS}/usr/lib -
BOOK/boot/mips64/createfiles.xml
rbcb91ad r8abdee4 17 17 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,sleep,stty} ${CLFS}/bin 18 18 ln -sv /tools/bin/file ${CLFS}/usr/bin 19 ln -sv /tools/sbin/{agetty,blkid} ${CLFS}/sbin 19 20 ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib 20 21 ln -sv /tools/lib32/libgcc_s.so{,.1} ${CLFS}/usr/lib32 -
BOOK/boot/multilib/createfiles.xml
rbcb91ad r8abdee4 17 17 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,sleep,stty} ${CLFS}/bin 18 18 ln -sv /tools/bin/file ${CLFS}/usr/bin 19 ln -sv /tools/sbin/{agetty,blkid} ${CLFS}/sbin 19 20 ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib 20 21 ln -sv /tools/lib64/libgcc_s.so{,.1} ${CLFS}/usr/lib64 -
BOOK/boot/ppc64-chapter.xml
rbcb91ad r8abdee4 15 15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/creatingdirs.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/createfiles.xml"/> 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/util-linux-32.xml"/> 17 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/util-linux.xml"/> 18 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/e2fsprogs-libs.xml"/> … … 27 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/yaboot-build.xml"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/settingenviron.xml"/> 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/flags.xml"/> 29 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/fstab.xml"/> 30 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bootscripts.xml"/> -
BOOK/boot/ppc64/e2fsprogs.xml
rbcb91ad r8abdee4 68 68 xpointer="xpointer(//*[@os='f'])"/> 69 69 70 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 71 href="../64/e2fsprogs.xml" 72 xpointer="xpointer(//*[@os='g'])"/> 70 <screen os="g"><userinput>make LIBUUID="-luuid" STATIC_LIBUUID="-luuid" \ 71 LIBBLKID="-lblkid" STATIC_LIBBLKID="-lblkid" libs 72 make LIBUUID="-luuid" STATIC_LIBUUID="-luuid" LIBBLKID="-lblkid" \ 73 STATIC_LIBBLKID="-lblkid" LDFLAGS="-Wl,-rpath,/tools/lib64" -C e2fsck/</userinput></screen> 73 74 74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 75 href="../common/e2fsprogs.xml" 76 xpointer="xpointer(//*[@os='i'])"/> 75 <para os="i">Install the e2fsck binary:</para> 77 76 78 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 79 href="../common/e2fsprogs.xml" 80 xpointer="xpointer(//*[@os='j'])"/> 77 <screen os="j"><userinput>make install -C e2fsck</userinput></screen> 81 78 82 79 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/common/coreutils.xml
rbcb91ad r8abdee4 66 66 for a few files to allow this:</para> 67 67 68 <screen os="m"><userinput>chown -Rv dummy config.log {gnulib-tests,lib,src }</userinput></screen>68 <screen os="m"><userinput>chown -Rv dummy config.log {gnulib-tests,lib,src,tests}</userinput></screen> 69 69 70 70 <para os="n">Then run the remainder of the tests as the -
BOOK/final-system/common/e2fsprogs.xml
rbcb91ad r8abdee4 186 186 <listitem> 187 187 <para>Is used to check, and optionally repair <systemitem 188 class="filesystem">ext2</systemitem> file systems and <systemitem 189 class="filesystem">ext3</systemitem> file systems</para> 188 class="filesystem">ext2</systemitem>, <systemitem 189 class="filesystem">ext3</systemitem> and <systemitem 190 class="filesystem">ext4</systemitem>file systems</para> 190 191 <indexterm zone="ch-system-e2fsprogs e2fsck"> 191 192 <primary sortas="b-e2fsck">e2fsck</primary> … … 328 329 <term><command>mke2fs</command></term> 329 330 <listitem> 330 <para>Creates an <systemitem class="filesystem">ext2</systemitem> 331 or <systemitem class="filesystem">ext3</systemitem> file system on332 the given device</para>331 <para>Creates an <systemitem class="filesystem">ext2</systemitem>, 332 <systemitem class="filesystem">ext3</systemitem> or <systemitem 333 class="filesystem">ext4</systemitem> file system on the given device</para> 333 334 <indexterm zone="ch-system-e2fsprogs mke2fs"> 334 335 <primary sortas="b-mke2fs">mke2fs</primary> -
BOOK/final-system/common/iputils.xml
rbcb91ad r8abdee4 37 37 <para os="a">Compile the package:</para> 38 38 39 <screen os="b"><userinput>make IPV4_TARGETS="tracepath ping rdisc clockdiff " \39 <screen os="b"><userinput>make IPV4_TARGETS="tracepath ping rdisc clockdiff rdisc" \ 40 40 IPV6_TARGETS="tracepath6 traceroute6"</userinput></screen> 41 41 -
BOOK/general.ent
rbcb91ad r8abdee4 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY month "0 1"> <!-- Use two digits -->4 <!ENTITY month_name " January">5 <!ENTITY day " 20"> <!-- Use two digits -->3 <!ENTITY month "02"> <!-- Use two digits --> 4 <!ENTITY month_name "February"> 5 <!ENTITY day "10"> <!-- Use two digits --> 6 6 <!ENTITY year "2012"> <!-- Use four digits --> 7 7 … … 11 11 <!ENTITY minor-version "2"> 12 12 <!ENTITY extra-version "0"> 13 <!ENTITY generic-version " RC2"> <!-- Use "git", "testing", or "x.y.z[-pre{x}]" -->13 <!ENTITY generic-version "Final"> <!-- Use "git", "testing", or "x.y.z[-pre{x}]" --> 14 14 15 <!ENTITY version "&major-version;.&minor-version;.&extra-version; -&generic-version;">15 <!ENTITY version "&major-version;.&minor-version;.&extra-version;"> 16 16 17 17 <!ENTITY version-x86 "&version;-x86"> -
BOOK/introduction/common/changelog.xml
rbcb91ad r8abdee4 36 36 </listitem> 37 37 --> 38 39 <listitem> 40 <para>Febuary 9, 2012</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Jonathan] - Updated the minimum versions of GCC, Gawk and Make required.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 47 48 <listitem> 49 <para>Febuary 5, 2012</para> 50 <itemizedlist> 51 <listitem> 52 <para>[Jonathan] - Added rdisc to IPutils make command.</para> 53 </listitem> 54 <listitem> 55 <para>[Jonathan] - Added missing agetty and blkid links in the boot method.</para> 56 </listitem> 57 </itemizedlist> 58 </listitem> 59 60 <listitem> 61 <para>Febuary 4, 2012</para> 62 <itemizedlist> 63 <listitem> 64 <para>[Jonathan] - Fixed permissions issue when running tests on Coreutils as the dummy user.</para> 65 </listitem> 66 </itemizedlist> 67 </listitem> 38 68 39 69 <listitem> -
BOOK/introduction/ppc64/changelog.xml
rbcb91ad r8abdee4 33 33 34 34 --> 35 36 <listitem> 37 <para>Febuary 6, 2012</para> 38 <itemizedlist> 39 <listitem> 40 <para>[Jonathan] - Fixed e2fsprogs 64bit in the boot section.</para> 41 </listitem> 42 </itemizedlist> 43 </listitem> 44 45 <listitem> 46 <para>Febuary 5, 2012</para> 47 <itemizedlist> 48 <listitem> 49 <para>[Jonathan] - Added build flags to the boot section.</para> 50 </listitem> 51 <listitem> 52 <para>[Jonathan] - Added Util-Linux 32bit to boot method.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 56 57 <listitem> 58 <para>January 30, 2012</para> 59 <itemizedlist> 60 <listitem> 61 <para>[Jonathan] - Updated the Chroot or Boot section.</para> 62 </listitem> 63 </itemizedlist> 64 </listitem> 65 35 66 <listitem> 36 67 <para>January 20, 2012</para> -
BOOK/prologue/common/hostreqs.xml
rbcb91ad r8abdee4 53 53 54 54 <listitem> 55 <para><emphasis role="strong">Gawk-3. 0</emphasis></para>55 <para><emphasis role="strong">Gawk-3.1.5</emphasis></para> 56 56 </listitem> 57 57 58 58 <listitem> 59 <para><emphasis role="strong">G cc-2.95.3</emphasis> (Versions59 <para><emphasis role="strong">GCC 4.1</emphasis> (Versions 60 60 greater than &gcc-version; are not recommended as they have not 61 61 been tested)</para> … … 81 81 82 82 <listitem> 83 <para><emphasis role="strong">Make-3. 79.1</emphasis></para>83 <para><emphasis role="strong">Make-3.80</emphasis></para> 84 84 </listitem> 85 85 -
BOOK/temp-system/common/grep.xml
rbcb91ad r8abdee4 24 24 25 25 <para os="t1">When cross compiling, the <command>configure</command> script 26 does not determine the correct values for the following. 27 Set the valuesmanually:</para>26 does not determine the correct values for the following. Set the values 27 manually:</para> 28 28 29 29 <screen os="t2"><userinput>cat > config.cache << EOF -
BOOK/temp-system/ppc64-chapter.xml
rbcb91ad r8abdee4 42 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/vim.xml"/> 43 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/xz.xml"/> 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href=" ppc64/choose.xml"/>44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/choose.xml"/> 45 45 46 46 </chapter>
Note:
See TracChangeset
for help on using the changeset viewer.