aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter06/makedev-inst.sgml14
1 files changed, 2 insertions, 12 deletions
diff --git a/chapter06/makedev-inst.sgml b/chapter06/makedev-inst.sgml
index ca14a1104..a4e4d0433 100644
--- a/chapter06/makedev-inst.sgml
+++ b/chapter06/makedev-inst.sgml
@@ -2,24 +2,14 @@
<title>Installation of MAKEDEV</title>
<para>
-Install MAKEDEV by running the following commands:
-</para>
-
-<blockquote><literallayout>
-
- <userinput>sed "s/# 9/9/" MAKEDEV &gt;/dev/MAKEDEV &amp;&amp;</userinput>
- <userinput>chmod 754 /dev/MAKEDEV</userinput>
-
-</literallayout></blockquote>
-
-<para>
Create the device files by running the following commands:
</para>
<blockquote><literallayout>
<userinput>cd /dev &amp;&amp;</userinput>
- <userinput>./MAKEDEV -v generic</userinput>
+ <userinput>./MAKEDEV-temp -v generic &amp;&amp;</userinput>
+ <userinput>rm MAKEDEV-temp</userinput>
</literallayout></blockquote>