diff options
Diffstat (limited to 'chapter06/makedev-exp.xml')
-rw-r--r-- | chapter06/makedev-exp.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/makedev-exp.xml b/chapter06/makedev-exp.xml index aa8e4b05d..f41589da6 100644 --- a/chapter06/makedev-exp.xml +++ b/chapter06/makedev-exp.xml @@ -4,9 +4,9 @@ <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 <device>. +are missing. Create these with ./MAKEDEV -v <device>. The <userinput>generic-nopty</userinput> option mostly creates the same -devices as <userinput>generic-nopty</userinput>, but skips those that aren't +devices as <userinput>generic</userinput>, but skips those that aren't needed if you are using devpts.</para> </sect2> |