blob: 95e0242d09db3cb1526b0f3d150ec87d0611b2ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<sect2>
<title>Command explanations</title>
<para><userinput>./MAKEDEV -v generic:</userinput> This creates a whole
bunch of generic devices. Normally, these are all the devices you need. It's possible
that you are missing some special devices that are needed for your hardware
configuration. Create them with ./MAKEDEV -v <device>.
The <userinput>generic-nopty</userinput> option does a similar job, but skips
some devices which are not needed if you are using devpts.</para>
</sect2>
|