making up for cvs export not creating empy dirs
[linux_from_scratch.git] / BOOK / chapter06 / makedev-exp.xml
blob377fc42f97b80b4acd44272d049589db9394d668
1 <sect2>
2 <title>Command explanations</title>
4 <para><userinput>./MAKEDEV -v generic:</userinput> This creates generic
5 devices. Normally, these devices are all the devices you need. It's possible 
6 that you are missing some special devices that are needed for your hardware
7 configuration. Create them with ./MAKEDEV -v &lt;device&gt;.  
8 The <userinput>generic-nopty</userinput> option does a similar job but skips
9 some devices which are not needed if you are using devpts.</para>
11 </sect2>