lfs/chapter06/makedev-exp.xml
Timothy Bauscher 44c2fd8fab Applied Alex\'s grammar patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2082 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-09-08 21:54:14 +00:00

14 lines
531 B
XML

<sect2>
<title>Command explanations</title>
<para><userinput>./MAKEDEV -v generic:</userinput> This creates a whole
bunch of devices. Normally, these are all the devices you will need. But it
is possible that some special devices needed for your hardware configuration
are missing. Create these with ./MAKEDEV -v &lt;device&gt;.
The <userinput>generic-nopty</userinput> option mostly creates the same
devices as <userinput>generic-nopty</userinput>, but skips those that aren't
needed if you are using devpts.</para>
</sect2>