diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-03-01 03:54:40 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-03-01 03:54:40 +0000 |
commit | 41ab7937e18bebdfb76bfb23ca9cbfa6887a6d5f (patch) | |
tree | 57ca49c90a8a81303360b846e183616be856852e /chapter06 | |
parent | c5528f758a923ad65de0cbbf2dfa7e1c6b0c54c5 (diff) |
Minor udev clarification
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9474 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/kernfs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/kernfs.xml b/chapter06/kernfs.xml index 5437e3812..bb06cfec8 100644 --- a/chapter06/kernfs.xml +++ b/chapter06/kernfs.xml @@ -30,7 +30,7 @@ <para>When the kernel boots the system, it requires the presence of a few device nodes, in particular the <filename class="devicefile">console</filename> and <filename - class="devicefile">null</filename> devices. The device nodes will be created + class="devicefile">null</filename> devices. The device nodes must be created 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 |