Changeset 3c17f8e
- Timestamp:
- Feb 21, 2006, 2:18:26 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- f729ad2
- Parents:
- de1676e
- Location:
- BOOK
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/alpha/linux-libc-headers.xml
rde1676e r3c17f8e 25 25 <para>Install the header files:</para> 26 26 27 <screen><userinput>install -d /tools/include28 cp -R include/asm-alpha /tools/include/asm29 cp -R include/linux /tools/include</userinput></screen>27 <screen><userinput>install -dv /tools/include 28 cp -Rv include/asm-alpha /tools/include/asm 29 cp -Rv include/linux /tools/include</userinput></screen> 30 30 31 31 </sect2> -
BOOK/cross-tools/mips/linux-libc-headers.xml
rde1676e r3c17f8e 43 43 xpointer="xpointer(//*[@os='b'])"/> 44 44 45 <screen><userinput>install -d /tools/include46 cp -R include/asm-mips /tools/include/asm47 cp -R include/linux /tools/include</userinput></screen>45 <screen><userinput>install -dv /tools/include 46 cp -Rv include/asm-mips /tools/include/asm 47 cp -Rv include/linux /tools/include</userinput></screen> 48 48 49 49 </sect2> -
BOOK/cross-tools/mips64-64/linux-libc-headers.xml
rde1676e r3c17f8e 43 43 xpointer="xpointer(//*[@os='b'])"/> 44 44 45 <screen><userinput>install -d /tools/include46 cp -R include/asm-mips /tools/include/asm47 cp -R include/linux /tools/include</userinput></screen>45 <screen><userinput>install -dv /tools/include 46 cp -Rv include/asm-mips /tools/include/asm 47 cp -Rv include/linux /tools/include</userinput></screen> 48 48 49 49 </sect2> -
BOOK/cross-tools/mips64/linux-libc-headers.xml
rde1676e r3c17f8e 43 43 xpointer="xpointer(//*[@os='b'])"/> 44 44 45 <screen><userinput>install -d /tools/include46 cp -R include/asm-mips /tools/include/asm47 cp -R include/linux /tools/include</userinput></screen>45 <screen><userinput>install -dv /tools/include 46 cp -Rv include/asm-mips /tools/include/asm 47 cp -Rv include/linux /tools/include</userinput></screen> 48 48 49 49 </sect2> -
BOOK/cross-tools/ppc/linux-libc-headers.xml
rde1676e r3c17f8e 25 25 <para>Install the header files:</para> 26 26 27 <screen><userinput>install -d /tools/include28 cp -R include/asm-ppc /tools/include/asm29 cp -R include/linux /tools/include</userinput></screen>27 <screen><userinput>install -dv /tools/include 28 cp -Rv include/asm-ppc /tools/include/asm 29 cp -Rv include/linux /tools/include</userinput></screen> 30 30 31 31 </sect2> -
BOOK/cross-tools/sparc/linux-libc-headers.xml
rde1676e r3c17f8e 33 33 <para>Install the header files:</para> 34 34 35 <screen><userinput>install -d /tools/include36 cp -R include/asm-sparc /tools/include/asm37 cp -R include/linux /tools/include</userinput></screen>35 <screen><userinput>install -dv /tools/include 36 cp -Rv include/asm-sparc /tools/include/asm 37 cp -Rv include/linux /tools/include</userinput></screen> 38 38 39 39 </sect2> -
BOOK/cross-tools/sparc64-64/linux-libc-headers.xml
rde1676e r3c17f8e 33 33 <para>Install the header files:</para> 34 34 35 <screen><userinput>install -d /tools/include36 cp -R include/asm-sparc64 /tools/include/asm37 cp -R include/linux /tools/include</userinput></screen>35 <screen><userinput>install -dv /tools/include 36 cp -Rv include/asm-sparc64 /tools/include/asm 37 cp -Rv include/linux /tools/include</userinput></screen> 38 38 39 39 </sect2> -
BOOK/cross-tools/sparc64/linux-libc-headers.xml
rde1676e r3c17f8e 41 41 <para>Install the header files:</para> 42 42 43 <screen><userinput>install -d /tools/include44 cp -R include/asm-sparc64 /tools/include/45 cp -R include/asm-sparc /tools/include/46 cp -R include/asm-sparc-biarch /tools/include/asm47 cp -R include/linux /tools/include</userinput></screen>43 <screen><userinput>install -dv /tools/include 44 cp -Rv include/asm-sparc64 /tools/include/ 45 cp -Rv include/asm-sparc /tools/include/ 46 cp -Rv include/asm-sparc-biarch /tools/include/asm 47 cp -Rv include/linux /tools/include</userinput></screen> 48 48 49 49 </sect2> -
BOOK/cross-tools/x86/linux-libc-headers.xml
rde1676e r3c17f8e 25 25 <para>Install the header files:</para> 26 26 27 <screen><userinput>install -d /tools/include28 cp -R include/asm-i386 /tools/include/asm29 cp -R include/linux /tools/include</userinput></screen>27 <screen><userinput>install -dv /tools/include 28 cp -Rv include/asm-i386 /tools/include/asm 29 cp -Rv include/linux /tools/include</userinput></screen> 30 30 31 31 </sect2> -
BOOK/cross-tools/x86_64-64/linux-libc-headers.xml
rde1676e r3c17f8e 25 25 <para>Install the header files:</para> 26 26 27 <screen><userinput>install -d /tools/include28 cp -R include/asm-x86_64 /tools/include/asm29 cp -R include/linux /tools/include</userinput></screen>27 <screen><userinput>install -dv /tools/include 28 cp -Rv include/asm-x86_64 /tools/include/asm 29 cp -Rv include/linux /tools/include</userinput></screen> 30 30 31 31 </sect2> -
BOOK/cross-tools/x86_64/linux-libc-headers.xml
rde1676e r3c17f8e 33 33 <para>Install the header files:</para> 34 34 35 <screen><userinput>install -d /tools/include36 cp -R include/asm-i386 /tools/include/37 cp -R include/asm-x86_64 /tools/include/38 cp -R include/asm-x86_64-biarch /tools/include/asm39 cp -R include/linux /tools/include</userinput></screen>35 <screen><userinput>install -dv /tools/include 36 cp -Rv include/asm-i386 /tools/include/ 37 cp -Rv include/asm-x86_64 /tools/include/ 38 cp -Rv include/asm-x86_64-biarch /tools/include/asm 39 cp -Rv include/linux /tools/include</userinput></screen> 40 40 41 41 </sect2> -
BOOK/final-preps/aboutlfs.xml
rde1676e r3c17f8e 34 34 directory, do so at this time by issuing the following commands:</para> 35 35 36 <screen><userinput>install -d $LFS</userinput></screen>36 <screen><userinput>install -dv $LFS</userinput></screen> 37 37 38 38 <para>Do not forget to check that <envar>$LFS</envar> is set whenever -
BOOK/final-preps/addinguser.xml
rde1676e r3c17f8e 84 84 class="username">lfs</systemitem> the directorys' owner:</para> 85 85 86 <screen><userinput>chown lfs $LFS87 chown lfs $LFS/tools88 chown lfs $LFS/cross-tools</userinput></screen>86 <screen><userinput>chown -v lfs $LFS 87 chown -v lfs $LFS/tools 88 chown -v lfs $LFS/cross-tools</userinput></screen> 89 89 90 90 <para>If a separate working directory was created as suggested, 91 91 give user <systemitem class="username">lfs</systemitem> ownership of this directory:</para> 92 92 93 <screen><userinput>chown lfs $LFS/sources</userinput></screen>93 <screen><userinput>chown -v lfs $LFS/sources</userinput></screen> 94 94 95 95 <para>Next, login as user <systemitem class="username">lfs</systemitem>. -
BOOK/final-preps/creatingcrossdir.xml
rde1676e r3c17f8e 21 21 <systemitem class="username">root</systemitem>:</para> 22 22 23 <screen><userinput>install -d $LFS/cross-tools</userinput></screen>23 <screen><userinput>install -dv $LFS/cross-tools</userinput></screen> 24 24 25 25 <para>The next step is to create a <filename … … 28 28 Run this command as <systemitem class="username">root</systemitem> as well:</para> 29 29 30 <screen><userinput>ln -s $LFS/cross-tools /</userinput></screen>30 <screen><userinput>ln -sv $LFS/cross-tools /</userinput></screen> 31 31 32 32 <para>The created symlink enables the toolchain to be compiled so that -
BOOK/final-preps/creatingtoolsdir.xml
rde1676e r3c17f8e 24 24 <systemitem class="username">root</systemitem>:</para> 25 25 26 <screen><userinput>install -d $LFS/tools</userinput></screen>26 <screen><userinput>install -dv $LFS/tools</userinput></screen> 27 27 28 28 <para>The next step is to create a <filename class="symlink">/tools</filename> … … 31 31 class="username">root</systemitem> as well:</para> 32 32 33 <screen><userinput>ln -s $LFS/tools /</userinput></screen>33 <screen><userinput>ln -sv $LFS/tools /</userinput></screen> 34 34 35 35 <note> -
BOOK/general.ent
rde1676e r3c17f8e 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY version "CLFS-SVN-2006013 0">3 <!ENTITY version "CLFS-SVN-20060131"> 4 4 <!ENTITY version-x86 "&version;-x86"> 5 5 <!ENTITY version-x86_64 "&version;-x86_64-Multilib"> … … 15 15 <!ENTITY version-alpha "&version;-ALPHA"> 16 16 17 <!ENTITY releasedate "January 3 0, 2006">17 <!ENTITY releasedate "January 31, 2006"> 18 18 <!ENTITY milestone "0.1"> 19 19 <!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" --> -
BOOK/introduction/common/changelog.xml
rde1676e r3c17f8e 11 11 <title>Master Changelog</title> 12 12 13 <para>This is version &version; of the Linux From Scratch book, dated13 <para>This is version &version; of the Cross-Compiled Linux From Scratch book, dated 14 14 &releasedate;. If this book is more than six months old, a newer and better 15 15 version is probably already available. To find out, please check one of the … … 38 38 39 39 <listitem> 40 <para>January 31, 2006</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Chris] - Added -v to commands that accept them, for 44 consistency with LFS.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 48 49 <listitem> 40 50 <para>January 30, 2006</para> 41 51 <itemizedlist> 42 52 <listitem> 43 <para>[jim] - Change final-system GCC, to use make bootstrap. Update d providied53 <para>[jim] - Change final-system GCC, to use make bootstrap. Update provided 44 54 by Ryan Oliver.</para> 45 55 </listitem> -
BOOK/materials/common/introduction.xml
rde1676e r3c17f8e 40 40 starting the download session:</para> 41 41 42 <screen><userinput>mkdir $LFS/sources</userinput></screen>42 <screen><userinput>mkdir -v $LFS/sources</userinput></screen> 43 43 44 44 <para>Make this directory writable and sticky. <quote>Sticky</quote> … … 48 48 sticky modes:</para> 49 49 50 <screen><userinput>chmod a+wt $LFS/sources</userinput></screen>50 <screen><userinput>chmod -v a+wt $LFS/sources</userinput></screen> 51 51 52 52 </sect1> -
BOOK/partitioning/common/mounting.xml
rde1676e r3c17f8e 26 26 running:</para> 27 27 28 <screen><userinput>mkdir -p $LFS29 mount /dev/<replaceable>[xxx]</replaceable> $LFS</userinput></screen>28 <screen><userinput>mkdir -pv $LFS 29 mount -v /dev/<replaceable>[xxx]</replaceable> $LFS</userinput></screen> 30 30 31 31 <para>Replace <replaceable>[xxx]</replaceable> with the designation of … … 36 36 class="directory">/usr</filename>), mount them using:</para> 37 37 38 <screen><userinput>mkdir -p $LFS39 mount /dev/<replaceable>[xxx]</replaceable> $LFS40 mkdir $LFS/usr41 mount /dev/<replaceable>[yyy]</replaceable> $LFS/usr</userinput></screen>38 <screen><userinput>mkdir -pv $LFS 39 mount -v /dev/<replaceable>[xxx]</replaceable> $LFS 40 mkdir -v $LFS/usr 41 mount -v /dev/<replaceable>[yyy]</replaceable> $LFS/usr</userinput></screen> 42 42 43 43 <para>Replace <replaceable>[xxx]</replaceable> and
Note:
See TracChangeset
for help on using the changeset viewer.