aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/kernfs.xml
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2006-04-13 20:17:52 +0000
committerArchaic <archaic@linuxfromscratch.org>2006-04-13 20:17:52 +0000
commita0d96d25cf2965a6abbc0990b38089acb377d179 (patch)
treea2521df1d7a5f154a4cd21d28df45d2784645352 /chapter06/kernfs.xml
parentd2c332bc21267f5e01cb545d3f01cae1dcacdae3 (diff)
Tweaked some of the educational text regarding udev.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7510 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/kernfs.xml')
-rw-r--r--chapter06/kernfs.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/chapter06/kernfs.xml b/chapter06/kernfs.xml
index 3c9e68c0b..034d60422 100644
--- a/chapter06/kernfs.xml
+++ b/chapter06/kernfs.xml
@@ -31,10 +31,9 @@
device nodes, in particular the <filename
class="devicefile">console</filename> and <filename
class="devicefile">null</filename> devices. The device nodes will be created
- on the hard disk so that they are available before <command>udev</command>
- has been started, and additionally when Linux is started in single user mode
- (hence the restrictive permissions on <filename
- class="devicefile">console</filename>). Create the devices by running the
+ on the hard disk so that they are available before <command>udevd</command>
+ has been started, and additionally when Linux is started with
+ <parameter>init=/bin/bash</parameter>. Create the devices by running the
following commands:</para>
<screen><userinput>mknod -m 600 $LFS/dev/console c 5 1