Changes in / [8abdee4:bcb91ad]
- Location:
- BOOK
- Files:
-
- 2 deleted
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/64/createfiles.xml
r8abdee4 rbcb91ad 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}/sbin23 22 ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib 24 23 ln -sv /tools/lib/libstd*so* ${CLFS}/usr/lib -
BOOK/boot/mips64/createfiles.xml
r8abdee4 rbcb91ad 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}/sbin20 19 ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib 21 20 ln -sv /tools/lib32/libgcc_s.so{,.1} ${CLFS}/usr/lib32 -
BOOK/boot/multilib/createfiles.xml
r8abdee4 rbcb91ad 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}/sbin20 19 ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib 21 20 ln -sv /tools/lib64/libgcc_s.so{,.1} ${CLFS}/usr/lib64 -
BOOK/boot/ppc64-chapter.xml
r8abdee4 rbcb91ad 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"/>18 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/util-linux.xml"/> 19 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/e2fsprogs-libs.xml"/> … … 28 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/yaboot-build.xml"/> 29 28 <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"/>31 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/fstab.xml"/> 32 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bootscripts.xml"/> -
BOOK/boot/ppc64/e2fsprogs.xml
r8abdee4 rbcb91ad 68 68 xpointer="xpointer(//*[@os='f'])"/> 69 69 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> 70 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 71 href="../64/e2fsprogs.xml" 72 xpointer="xpointer(//*[@os='g'])"/> 74 73 75 <para os="i">Install the e2fsck binary:</para> 74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 75 href="../common/e2fsprogs.xml" 76 xpointer="xpointer(//*[@os='i'])"/> 76 77 77 <screen os="j"><userinput>make install -C e2fsck</userinput></screen> 78 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 79 href="../common/e2fsprogs.xml" 80 xpointer="xpointer(//*[@os='j'])"/> 78 81 79 82 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/common/coreutils.xml
r8abdee4 rbcb91ad 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 ,tests}</userinput></screen>68 <screen os="m"><userinput>chown -Rv dummy config.log {gnulib-tests,lib,src}</userinput></screen> 69 69 70 70 <para os="n">Then run the remainder of the tests as the -
BOOK/final-system/common/e2fsprogs.xml
r8abdee4 rbcb91ad 186 186 <listitem> 187 187 <para>Is used to check, and optionally repair <systemitem 188 class="filesystem">ext2</systemitem>, <systemitem 189 class="filesystem">ext3</systemitem> and <systemitem 190 class="filesystem">ext4</systemitem>file systems</para> 188 class="filesystem">ext2</systemitem> file systems and <systemitem 189 class="filesystem">ext3</systemitem> file systems</para> 191 190 <indexterm zone="ch-system-e2fsprogs e2fsck"> 192 191 <primary sortas="b-e2fsck">e2fsck</primary> … … 329 328 <term><command>mke2fs</command></term> 330 329 <listitem> 331 <para>Creates an <systemitem class="filesystem">ext2</systemitem> ,332 <systemitem class="filesystem">ext3</systemitem> or <systemitem333 class="filesystem">ext4</systemitem> file system onthe given device</para>330 <para>Creates an <systemitem class="filesystem">ext2</systemitem> 331 or <systemitem class="filesystem">ext3</systemitem> file system on 332 the given device</para> 334 333 <indexterm zone="ch-system-e2fsprogs mke2fs"> 335 334 <primary sortas="b-mke2fs">mke2fs</primary> -
BOOK/final-system/common/iputils.xml
r8abdee4 rbcb91ad 37 37 <para os="a">Compile the package:</para> 38 38 39 <screen os="b"><userinput>make IPV4_TARGETS="tracepath ping rdisc clockdiff rdisc" \39 <screen os="b"><userinput>make IPV4_TARGETS="tracepath ping rdisc clockdiff" \ 40 40 IPV6_TARGETS="tracepath6 traceroute6"</userinput></screen> 41 41 -
BOOK/general.ent
r8abdee4 rbcb91ad 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY month "0 2"> <!-- Use two digits -->4 <!ENTITY month_name " February">5 <!ENTITY day " 10"> <!-- Use two digits -->3 <!ENTITY month "01"> <!-- Use two digits --> 4 <!ENTITY month_name "January"> 5 <!ENTITY day "20"> <!-- 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 " Final"> <!-- Use "git", "testing", or "x.y.z[-pre{x}]" -->13 <!ENTITY generic-version "RC2"> <!-- Use "git", "testing", or "x.y.z[-pre{x}]" --> 14 14 15 <!ENTITY version "&major-version;.&minor-version;.&extra-version; ">15 <!ENTITY version "&major-version;.&minor-version;.&extra-version;-&generic-version;"> 16 16 17 17 <!ENTITY version-x86 "&version;-x86"> -
BOOK/introduction/common/changelog.xml
r8abdee4 rbcb91ad 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>68 38 69 39 <listitem> -
BOOK/introduction/ppc64/changelog.xml
r8abdee4 rbcb91ad 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 66 35 <listitem> 67 36 <para>January 20, 2012</para> -
BOOK/prologue/common/hostreqs.xml
r8abdee4 rbcb91ad 53 53 54 54 <listitem> 55 <para><emphasis role="strong">Gawk-3. 1.5</emphasis></para>55 <para><emphasis role="strong">Gawk-3.0</emphasis></para> 56 56 </listitem> 57 57 58 58 <listitem> 59 <para><emphasis role="strong">G CC 4.1</emphasis> (Versions59 <para><emphasis role="strong">Gcc-2.95.3</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. 80</emphasis></para>83 <para><emphasis role="strong">Make-3.79.1</emphasis></para> 84 84 </listitem> 85 85 -
BOOK/temp-system/common/grep.xml
r8abdee4 rbcb91ad 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. Set the values27 manually:</para>26 does not determine the correct values for the following. 27 Set the values manually:</para> 28 28 29 29 <screen os="t2"><userinput>cat > config.cache << EOF -
BOOK/temp-system/ppc64-chapter.xml
r8abdee4 rbcb91ad 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=" multilib/choose.xml"/>44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/choose.xml"/> 45 45 46 46 </chapter>
Note:
See TracChangeset
for help on using the changeset viewer.