|
@@ -9,12 +9,13 @@ the file contains one shell script.</para>
|
|
|
|
|
|
<para>Install the MAKEDEV script:</para>
|
|
<para>Install the MAKEDEV script:</para>
|
|
|
|
|
|
-<para><screen><userinput>bzcat MAKEDEV-&makedev-version; > /etc/MAKEDEV
|
|
|
|
-chmod 754 /etc/MAKEDEV</userinput></screen></para>
|
|
|
|
|
|
+<para><screen><userinput>bzcat MAKEDEV-&makedev-version;.bz2 > /dev/MAKEDEV
|
|
|
|
+chmod 754 /dev/MAKEDEV</userinput></screen></para>
|
|
|
|
|
|
<para>Run the script to create the device files:</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
|
|
<para>If a device you need is missing, try running
|
|
<userinput>./MAKEDEV -v <device></userinput>. Alternatively, you may
|
|
<userinput>./MAKEDEV -v <device></userinput>. Alternatively, you may
|