Changeset ab3b93b for chapter06


Ignore:
Timestamp:
01/31/2004 03:07:36 PM (20 years ago)
Author:
Alex Gronenwoud <alex@…>
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.0, 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, v5_1, v5_1_1, 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:
374b4f7
Parents:
90afe40d
Message:

Writing 'file system' as two words everywhere.

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

Location:
chapter06
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter06/chapter06.xml

    r90afe40d rab3b93b  
    111111If you ever leave this environment for any reason (rebooting for example),
    112112you must remember to again enter chroot and mount the proc and devpts
    113 filesystems (discussed later) before continuing with the installations.</para>
     113file systems (discussed later) before continuing with the installations.</para>
    114114
    115115<para>Note that the bash prompt will say "I have no name!" This is
  • chapter06/e2fsprogs.xml

    r90afe40d rab3b93b  
    44
    55<para>The E2fsprogs package contains the utilities for handling the ext2
    6 filesystem. It also supports the ext3 journaling filesystem.</para>
     6file system. It also supports the ext3 journaling file system.</para>
    77
    88<screen>&buildtime; &e2fsprogs-time;
  • chapter06/grub.xml

    r90afe40d rab3b93b  
    4545<para>The <filename class="directory">i386-pc</filename> directory also
    4646contains a number of <filename>*stage1_5</filename> files, different ones
    47 for different filesystems. Have a look at the ones available and copy the
     47for different file systems. Have a look at the ones available and copy the
    4848appropriate ones to the <filename class="directory">/boot/grub</filename>
    4949directory. Most people will copy the <filename>e2fs_stage1_5</filename>
  • chapter06/makedev.xml

    r90afe40d rab3b93b  
    5454available for making extra device nodes.</para>
    5555
    56 <para>Additionally, if you were unable to mount the devpts filesystem earlier
     56<para>Additionally, if you were unable to mount the devpts file system earlier
    5757in <xref linkend="ch-system-proc"/>, now is the time to try the alternatives. If
    5858your kernel supports the devfs file system, run the following command to mount
     
    6464<filename>/dev</filename> structure. This poses no problems, as the device nodes
    6565created are still present, they are just hidden by the new devfs
    66 filesystem.</para>
     66file system.</para>
    6767
    6868<para>If this still doesn't work, the only option left is to use the MAKEDEV
  • chapter06/mountproc.xml

    r90afe40d rab3b93b  
    1111
    1212<para>The <emphasis>proc</emphasis> file system is the process information
    13 pseudo-filesystem that the kernel uses to provide status information about the
     13pseudo file system through which the kernel provides information about the
    1414status of the system.</para>
    1515
     
    5555
    5656<para>Remember, if for any reason you stop working on your LFS, and start again
    57 later, it's important to check that these filesystems are still mounted inside
     57later, it's important to check that these file systems are still mounted inside
    5858the chroot environment, otherwise problems are likely to occur.</para>
    5959
  • chapter06/psmisc.xml

    r90afe40d rab3b93b  
    2828<filename>/usr/bin</filename>. As the Psmisc programs are often used in
    2929bootscripts, they should be available also when the <filename>/usr</filename>
    30 filesystem isn't mounted.</para></listitem>
     30file system isn't mounted.</para></listitem>
    3131</itemizedlist>
    3232
  • chapter06/utillinux.xml

    r90afe40d rab3b93b  
    44
    55<para>The Util-linux package contains miscellaneous utility programs. Among
    6 them are utilities for handling filesystems, consoles, partitions, and
     6them are utilities for handling file systems, consoles, partitions, and
    77messages.</para>
    88
Note: See TracChangeset for help on using the changeset viewer.