diff options
Diffstat (limited to 'chapter06/makedev-exp.xml')
-rw-r--r-- | chapter06/makedev-exp.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/chapter06/makedev-exp.xml b/chapter06/makedev-exp.xml deleted file mode 100644 index f41589da6..000000000 --- a/chapter06/makedev-exp.xml +++ /dev/null @@ -1,13 +0,0 @@ -<sect2> -<title>Command explanations</title> - -<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>. -The <userinput>generic-nopty</userinput> option mostly creates the same -devices as <userinput>generic</userinput>, but skips those that aren't -needed if you are using devpts.</para> - -</sect2> - |