|
@@ -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
|
|
|
|
- this new system does not yet have Udev and has not yet been booted, it is
|
|
|
|
- necessary to mount and populate <filename
|
|
|
|
|
|
+ accessed. Device creation is generally done during the boot process
|
|
|
|
+ by Udev. Since this new system does not yet have Udev and has not yet
|
|
|
|
+ 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
|