Clarified wording about device creation

when mounting virtual filesystems

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9337 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2010-07-18 21:27:21 +00:00
parent 154c0ce4df
commit 50afc7c051
2 changed files with 5 additions and 5 deletions

View File

@ -50,9 +50,9 @@ mknod -m 666 $LFS/dev/null c 1 3</userinput></screen>
class="filesystem">tmpfs</systemitem>) on the <filename class="filesystem">tmpfs</systemitem>) on the <filename
class="directory">/dev</filename> directory, and allow the devices to be class="directory">/dev</filename> directory, and allow the devices to be
created dynamically on that virtual filesystem as they are detected or created dynamically on that virtual filesystem as they are detected or
accessed. This is generally done during the boot process by Udev. Since accessed. Device creation is generally done during the boot process
this new system does not yet have Udev and has not yet been booted, it is by Udev. Since this new system does not yet have Udev and has not yet
necessary to mount and populate <filename been booted, it is necessary to mount and populate <filename
class="directory">/dev</filename> manually. This is accomplished by bind class="directory">/dev</filename> manually. This is accomplished by bind
mounting the host system's <filename class="directory">/dev</filename> mounting the host system's <filename class="directory">/dev</filename>
directory. A bind mount is a special type of mount that allows you to directory. A bind mount is a special type of mount that allows you to

View File

@ -1,5 +1,5 @@
<!ENTITY version "SVN-20100702"> <!ENTITY version "SVN-20100718">
<!ENTITY releasedate "July 4, 2010"> <!ENTITY releasedate "July 18, 2010">
<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not &ndash; --> <!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "6.7"> <!ENTITY milestone "6.7">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->