makedev-exp.xml 523 B

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