aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/makedev-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/makedev-inst.xml')
-rw-r--r--chapter06/makedev-inst.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter06/makedev-inst.xml b/chapter06/makedev-inst.xml
index d4280f272..4f82d0694 100644
--- a/chapter06/makedev-inst.xml
+++ b/chapter06/makedev-inst.xml
@@ -9,12 +9,13 @@ the file contains one shell script.</para>
<para>Install the MAKEDEV script:</para>
-<para><screen><userinput>bzcat MAKEDEV-&makedev-version; &gt; /etc/MAKEDEV
-chmod 754 /etc/MAKEDEV</userinput></screen></para>
+<para><screen><userinput>bzcat MAKEDEV-&makedev-version;.bz2 &gt; /dev/MAKEDEV
+chmod 754 /dev/MAKEDEV</userinput></screen></para>
<para>Run the script to create the device files:</para>
-<para><screen><userinput>./MAKEDEV -v generic</userinput></screen></para>
+<para><screen><userinput>cd /dev
+./MAKEDEV -v generic</userinput></screen></para>
<para>If a device you need is missing, try running
<userinput>./MAKEDEV -v &lt;device&gt;</userinput>. Alternatively, you may