diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-09 22:44:26 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-09 22:44:26 +0000 |
commit | c76accc624f1e3f31072f7645f5faa19ccd697b6 (patch) | |
tree | 2e3f5344a8e43628e2a13972a9b416be4cb364db /chapter06/makedev.xml | |
parent | 39892f15d118e2d7aa2fa937e1ce2f5b9ac09919 (diff) |
Miscellaneous adjustments.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3244 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/makedev.xml')
-rw-r--r-- | chapter06/makedev.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/makedev.xml b/chapter06/makedev.xml index 3fce5fb6a..59be742ce 100644 --- a/chapter06/makedev.xml +++ b/chapter06/makedev.xml @@ -63,11 +63,6 @@ you are satisfied, run the script to create the device files:</para> <screen><userinput>cd /dev ./make_devices</userinput></screen> -<para>(The FHS states that there should be a <filename>MAKEDEV</filename> -script present in the <filename class="directory">/dev</filename> directory. -But the FHS is mistaken: it should not dictate anything about files, and limit -itself to directories.)</para> - <para>If you had success with mounting the devpts file system earlier in <xref linkend="ch-system-proc"/>, you can continue with the next section. If you were unable to mount devpts, now is the time to try the alternatives. If your kernel |