Ignore:
Timestamp:
08/08/2004 02:11:09 AM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
5ba3d1d
Parents:
6e41459
Message:

Completed global edits for upcoming 6.0 release

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/kernfs.xml

    r6e41459 ref13657  
    55<?dbhtml filename="kernfs.html"?>
    66
    7 <para>Various file systems exported by the kernel don't exist at all on your
    8 hard drive, but are used to communicate things to and from the kernel itself.</para>
     7<para>Various file systems exported by the kernel do not exist on the
     8hard drive, but are used to communicate to and from the kernel
     9itself.</para>
    910
    1011<para>Begin by creating directories onto which the file systems will be mounted:</para>
     
    1718mount -t sysfs sysfs $LFS/sys</userinput></screen>
    1819
    19 <para>Remember that if for any reason you stop working on your LFS, and start
    20 again later, it's important to check that these file systems are mounted again
    21 before entering the chroot environment, otherwise problems could occur.</para>
     20<para>Remember that if for any reason you stop working on the LFS
     21system and start again later, it is important to check that these file
     22systems are mounted again before entering the chroot
     23environment.</para>
    2224
    23 <para>Shortly, we'll be mounting a few more file systems from within the chroot
    24 environment. To keep the host up-to-date, we'll do a <quote>fake mount</quote>
    25 for each of these now:</para>
     25<para>Additional file systems will soon be mounted from within the
     26chroot environment. To keep the host up-to-date, perform a <quote>fake
     27mount</quote> for each of these now:</para>
    2628
    2729<screen><userinput>mount -f -t ramfs ramfs $LFS/dev
     
    3032
    3133</sect1>
     34
Note: See TracChangeset for help on using the changeset viewer.