diff options
Diffstat (limited to 'chapter06/makedev-inst.xml')
-rw-r--r-- | chapter06/makedev-inst.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chapter06/makedev-inst.xml b/chapter06/makedev-inst.xml index 91ee436ee..c3f6bee1b 100644 --- a/chapter06/makedev-inst.xml +++ b/chapter06/makedev-inst.xml @@ -11,12 +11,10 @@ Create the device files by running the following commands: </para> <blockquote><literallayout> - <userinput>chmod 755 MAKEDEV &&</userinput> <userinput>cp MAKEDEV /dev &&</userinput> <userinput>cd /dev &&</userinput> <userinput>./MAKEDEV -v generic</userinput> - </literallayout></blockquote> <para> |