- Timestamp:
- Jul 2, 2006, 12:53:11 PM (18 years ago)
- Branches:
- master
- Children:
- f8100c0
- Parents:
- 586feb7
- Location:
- BOOK
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/arm/kernel.xml
r586feb7 r940e6b3 106 106 <para os="v">Issue the following command to install the kernel:</para> 107 107 108 <screen><userinput>cp arch/i386/boot/bzImage ${CLFS}/boot/ lfskernel-&linux-version;</userinput></screen>108 <screen><userinput>cp arch/i386/boot/bzImage ${CLFS}/boot/clfskernel-&linux-version;</userinput></screen> 109 109 110 110 <para os="w"><filename>System.map</filename> is a symbol file for the kernel. … … 146 146 147 147 <seglistitem> 148 <seg>config-[linux-version], lfskernel-[linux-version],148 <seg>config-[linux-version], clfskernel-[linux-version], 149 149 and System.map-[linux-version]</seg> 150 150 </seglistitem> … … 166 166 </varlistentry> 167 167 168 <varlistentry id=" lfskernel">169 <term><filename> lfskernel-[linux-version]</filename></term>168 <varlistentry id="clfskernel"> 169 <term><filename>clfskernel-[linux-version]</filename></term> 170 170 <listitem> 171 171 <para>The engine of the Linux system. When turning on the … … 176 176 a multitasking machine capable of running scores of programs 177 177 seemingly at the same time.</para> 178 <indexterm zone="ch-bootable-kernel lfskernel">179 <primary sortas="b- lfskernel">lfskernel-[linux-version]</primary>178 <indexterm zone="ch-bootable-kernel clfskernel"> 179 <primary sortas="b-clfskernel">clfskernel-[linux-version]</primary> 180 180 </indexterm> 181 181 </listitem> -
BOOK/final-preps/aboutclfs.xml
r586feb7 r940e6b3 19 19 20 20 <para>Make sure the output shows the path to the CLFS partition's mount 21 point, which is <filename class="directory">/mnt/ lfs</filename> if the21 point, which is <filename class="directory">/mnt/clfs</filename> if the 22 22 provided example was followed. If the output is incorrect, the 23 23 variable can be set with:</para> 24 24 25 <screen><userinput>export CLFS=/mnt/ lfs</userinput></screen>25 <screen><userinput>export CLFS=/mnt/clfs</userinput></screen> 26 26 27 27 <para>Having this variable set is beneficial in that commands such as 28 28 <command>install -d $CLFS/tools</command> can be typed literally. The shell 29 29 will automatically replace <quote>$CLFS</quote> with 30 <quote>/mnt/ lfs</quote> (or whatever the variable was set to) when it30 <quote>/mnt/clfs</quote> (or whatever the variable was set to) when it 31 31 processes the command line.</para> 32 32 -
BOOK/general.ent
r586feb7 r940e6b3 19 19 20 20 <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> 21 <!ENTITY clfs-root "http:/ trac.cross-lfs.org/">21 <!ENTITY clfs-root "http://trac.cross-lfs.org/"> 22 22 <!ENTITY blfs-root "&lfs-root;blfs/"> 23 23 <!ENTITY faq-root "&lfs-root;faq/"> -
BOOK/introduction/common/askforhelp.xml
r586feb7 r940e6b3 89 89 from the screen output from <command>make</command>:</para> 90 90 91 <screen><computeroutput>gcc -DALIASPATH=\"/mnt/ lfs/usr/share/locale:.\"92 -DLOCALEDIR=\"/mnt/ lfs/usr/share/locale\"93 -DLIBDIR=\"/mnt/ lfs/usr/lib\"94 -DINCLUDEDIR=\"/mnt/ lfs/usr/include\" -DHAVE_CONFIG_H -I. -I.91 <screen><computeroutput>gcc -DALIASPATH=\"/mnt/clfs/usr/share/locale:.\" 92 -DLOCALEDIR=\"/mnt/clfs/usr/share/locale\" 93 -DLIBDIR=\"/mnt/clfs/usr/lib\" 94 -DINCLUDEDIR=\"/mnt/clfs/usr/include\" -DHAVE_CONFIG_H -I. -I. 95 95 -g -O2 -c getopt1.c 96 96 gcc -g -O2 -static -o make ar.o arscan.o commands.o dir.o -
BOOK/introduction/common/resources.xml
r586feb7 r940e6b3 53 53 please make sure that your question is not already answered in the LFS 54 54 FAQ or the mailing list archives. You can find the IRC network at 55 <uri>irc.linuxfromscratch.org</uri>. The support channel for cross-lfs is 56 named #cross-lfs. For support on the standard LFS the support channel 57 is named #lfs-support. If you need to show people the output of your 55 <uri>chat.freenode.net</uri>. The support channel for cross-lfs 56 is named #cross-lfs. If you need to show people the output of your 58 57 problems, please use http://pastebin.cross-lfs.org and reference 59 58 the pastebin URL when asking your questions.</para> -
BOOK/materials/common/introduction.xml
r586feb7 r940e6b3 25 25 most packages. If this search is unsuccessful, try one of the 26 26 alternative means of downloading discussed at <ulink 27 url="& lfs-root;lfs/packages.html"/>.</para>27 url="&clfs-root;wiki/download"/>.</para> 28 28 29 29 <para>Downloaded packages and patches will need to be stored somewhere -
BOOK/partitioning/common/mounting.xml
r586feb7 r940e6b3 15 15 mounted at a chosen mount point. For the purposes of this book, it is 16 16 assumed that the file system is mounted under <filename 17 class="directory">/mnt/ lfs</filename>, but the directory choice is up17 class="directory">/mnt/clfs</filename>, but the directory choice is up 18 18 to you.</para> 19 19 … … 21 21 environment variable by running:</para> 22 22 23 <screen><userinput>export CLFS=/mnt/ lfs</userinput></screen>23 <screen><userinput>export CLFS=/mnt/clfs</userinput></screen> 24 24 25 25 <para>Next, create the mount point and mount the CLFS file system by
Note:
See TracChangeset
for help on using the changeset viewer.