diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-28 17:47:23 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-28 17:47:23 +0000 |
commit | 06d30243a10a4ed0e05da71d094688d2cedea07d (patch) | |
tree | 77a71c048deb0d4e3c9d7d5e5bcba45c693f0b01 /chapter06 | |
parent | 8446a0be74da27be100fdb8cf839db8d9e10e706 (diff) |
Minor wording change.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6209 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/devices.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/devices.xml b/chapter06/devices.xml index c8a965314..e094f1528 100644 --- a/chapter06/devices.xml +++ b/chapter06/devices.xml @@ -51,8 +51,8 @@ chown root:tty /dev/{console,ptmx,tty}</userinput></screen> <!-- --> <para>There are some symlinks and directories required by LFS that are created -during boot by the bootscripts. Since this is a chroot environment and not a -booted environment, those symlinks and directories need to be created +during system startup by the bootscripts. Since this is a chroot environment and +not a booted environment, those symlinks and directories need to be created here:</para> <screen><userinput>ln -s /proc/self/fd /dev/fd |