makedev-exp.xml 488 B

123456789101112
  1. <sect2>
  2. <title>Command explanations</title>
  3. <para><userinput>./MAKEDEV -v generic:</userinput> This creates generic
  4. devices. Normally, these devices are all the devices you need. It's possible
  5. that you are missing some special devices that are needed for your hardware
  6. configuration. Create them with ./MAKEDEV -v &lt;device&gt;.
  7. The <userinput>generic-nopty</userinput> option does a similar job but skips
  8. some devices which are not needed if you are using devpts.</para>
  9. </sect2>