diff options
Diffstat (limited to 'chapter06/makedev-exp.xml')
-rw-r--r-- | chapter06/makedev-exp.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/makedev-exp.xml b/chapter06/makedev-exp.xml index 0a41c24bc..377fc42f9 100644 --- a/chapter06/makedev-exp.xml +++ b/chapter06/makedev-exp.xml @@ -4,7 +4,9 @@ <para><userinput>./MAKEDEV -v generic:</userinput> This creates generic devices. Normally, these devices 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>.</para> +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> |