Changeset 1422130


Ignore:
Timestamp:
12/19/2004 07:08:13 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
86ca6e7
Parents:
87899e5
Message:

Dropped/updated the text in unstable - Chapter01, 02 and 09.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4423 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
10 edited

Legend:

Unmodified
Added
Removed
  • chapter01/askforhelp.xml

    r87899e5 r1422130  
    1212<!--
    1313<para>If you run into a problem while working through this book, you should
    14 first check the FAQ at <ulink url="&faq-root;"/> -- often your question
     14first check the FAQ at <ulink url="&faq-root;"/> - often your question
    1515is already answered there. If it is not, you should try to find the source of
    1616the problem. The following hint might give you some ideas for your
  • chapter01/how.xml

    r87899e5 r1422130  
    2828of packages that will form the basic development suite (or <emphasis>toolchain</emphasis>) which is
    2929used to build the actual system in <xref linkend="chapter-building-system"/>. Some of these
    30 packages are needed to resolve circular dependencies -- for example, to compile
     30packages are needed to resolve circular dependencies - for example, to compile
    3131a compiler you need a compiler.</para>
    3232
  • chapter02/creatingfilesystem.xml

    r87899e5 r1422130  
    88<?dbhtml filename="creatingfilesystem.html"?>
    99
     10<para>See testing</para>
     11
     12<!--
    1013<para>Now that we have a blank partition, we can create a file system on it.
    1114Most widely used in the Linux world is the second extended file system (ext2),
     
    3033<para>Replace <replaceable>[yyy]</replaceable> with the name of the swap
    3134partition.</para>
     35-->
    3236
    3337</sect1>
  • chapter02/creatingpartition.xml

    r87899e5 r1422130  
    88<?dbhtml filename="creatingpartition.html"?>
    99
     10<para>See testing</para>
     11
     12<!--
    1013<para>In order to build our new Linux system, we will need some space:
    1114an empty disk partition. If you don't have a free partition, and no room
     
    2326
    2427<para>As we almost never have enough RAM in our box, it is a good idea to
    25 use a small disk partition as swap space -- this space is used by the kernel
     28use a small disk partition as swap space - this space is used by the kernel
    2629to store seldom-used data to make room in memory for more urgent stuff.
    2730The swap partition for your LFS system can be the same one as for your host
     
    3134<para>Start a disk partitioning program such as <command>cfdisk</command>
    3235or <command>fdisk</command> with an argument naming the hard disk upon
    33 which the new partition must be created -- for example
     36which the new partition must be created - for example
    3437<filename>/dev/hda</filename> for the primary IDE disk. Create a Linux native
    3538partition and a swap partition, if needed. Please refer to the man pages of
     
    3740know how to use the programs.</para>
    3841
    39 <para>Remember the designation of your new partition -- something like
     42<para>Remember the designation of your new partition - something like
    4043<filename>hda5</filename>. This book will refer to it as the LFS partition.
    4144If you (now) also have a swap partition, remember its designation too. These
    4245names will later be needed for the <filename>/etc/fstab</filename> file.</para>
     46-->
    4347
    4448</sect1>
  • chapter02/introduction.xml

    r87899e5 r1422130  
    88<?dbhtml filename="introduction.html"?>
    99
     10<para>See testing</para>
     11
     12<!--
    1013<para>In this chapter the partition which will host the LFS system is
    1114prepared. We will create the partition itself, make a file system on it,
    1215and mount it.</para>
     16-->
    1317
    1418</sect1>
  • chapter02/mounting.xml

    r87899e5 r1422130  
    88<?dbhtml filename="mounting.html"?>
    99
     10<para>See testing</para>
     11
     12<!--
    1013<para>Now that we've created a file system, we want to be able to access
    1114the partition. For that, we need to mount it, and have to choose a mount
     
    4750<para>Now that we've made ourselves a place to work in, we're ready to download
    4851the packages.</para>
     52-->
    4953
    5054</sect1>
  • chapter09/getcounted.xml

    r87899e5 r1422130  
    88<?dbhtml filename="getcounted.html"?>
    99
     10<para>See testing</para>
     11
     12<!--
    1013<para>Want to be counted as an LFS user now that you have finished the
    1114book? Head over
     
    1518
    1619<para>Let's reboot into LFS now...</para>
     20-->
    1721
    1822</sect1>
  • chapter09/reboot.xml

    r87899e5 r1422130  
    88<?dbhtml filename="reboot.html"?>
    99
    10 <para>Now that all of the software has been installed, it is time to reboot
    11 your computer. First exit from the chroot environment:</para>
     10<para>Now that all of the software has been installed, it is time to
     11reboot the computer. First exit from the chroot environment:</para>
    1212
    1313<screen><userinput>logout</userinput></screen>
     
    2121umount $LFS/sys</userinput></screen>   
    2222
    23 <para>And unmount the LFS file system:</para>
     23<para>Unmount the LFS file system itself:</para>
    2424
    2525<screen><userinput>umount $LFS</userinput></screen>
    2626
    27 <para>If at the start you decided to create multiple partitions, you'll need to
    28 unmount the other partitions before unmounting the main one, like this:</para>
     27<para>If multiple partitions were created, unmount the other
     28partitions before unmounting the main one, like this:</para>
    2929
    3030<screen><userinput>umount $LFS/usr
     
    3232umount $LFS</userinput></screen>
    3333
    34 <para>Now reboot your system with:</para>
     34<para>Now, reboot the system with:</para>
    3535
    3636<screen><userinput>shutdown -r now</userinput></screen>
    3737
    3838<para>Assuming the Grub boot loader was set up as outlined earlier, the menu
    39 is set to boot <emphasis>LFS &milestone;</emphasis> automatically.</para>
     39is set to boot <emphasis>LFS &version;</emphasis> automatically.</para>
    4040
    41 <para>When the reboot is complete, your LFS system is ready for use and you
    42 can start adding your own software.</para>
     41<para>When the reboot is complete, the LFS system is ready for use and
     42software can be added.</para>
    4343
    4444</sect1>
  • chapter09/theend.xml

    r87899e5 r1422130  
    1010<indexterm zone="ch-finish-theend"><primary sortas="e-/etc/lfs-release">/etc/lfs-release</primary></indexterm>
    1111
     12<!--
    1213<para>Well done! You have finished installing your LFS system. It may have
    1314been a long process, but we hope it was worth it. We wish you a lot of fun
     
    1819to ask for help with something at some point) to find out which LFS version
    1920you have installed on your system. Create this file by running:</para>
     21-->
    2022
    2123<screen><userinput>echo &version; &gt; /etc/lfs-release</userinput></screen>
  • chapter09/whatnow.xml

    r87899e5 r1422130  
    88<?dbhtml filename="whatnow.html"?>
    99
     10<para>See testing</para>
     11
     12<!--
    1013<para>We thank you for reading the LFS Book and hope that you've found this
    1114book useful and worth your time.</para>
     
    4245
    4346</itemizedlist>
     47-->
    4448
    4549</sect1>
Note: See TracChangeset for help on using the changeset viewer.