diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/kernfs.xml | 7 |
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 |