diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-27 22:10:07 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-27 22:10:07 +0000 |
commit | 7bfad056d62e2e8299cdc834750d87e76199c113 (patch) | |
tree | 5de31e6857d416e7884ce935c33e1886431aa56d /chapter06/makedev-inst.xml | |
parent | 8f8e328ca649ec166a9f6ba7dc3cee09e2b8cda5 (diff) |
QA Part #1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2403 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/makedev-inst.xml')
-rw-r--r-- | chapter06/makedev-inst.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/makedev-inst.xml b/chapter06/makedev-inst.xml index bd35924d3..b86622643 100644 --- a/chapter06/makedev-inst.xml +++ b/chapter06/makedev-inst.xml @@ -31,10 +31,5 @@ information.</para> This creates the same devices as <userinput>generic</userinput>, but it skips the creation of pty devices so that devpts can manage them itself.</para> -<para><filename>MAKEDEV</filename> will create devices ranging from hda[1-20] -to hdh[1-20] and beyond, but keep in mind that you probably won't be able to -use all of these due to kernel limits on the maximum number of -partitions.</para> - </sect2> |