diff options
Diffstat (limited to 'chapter06/makedev-inst.xml')
-rw-r--r-- | chapter06/makedev-inst.xml | 7 |
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; > /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><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 <device></userinput>. Alternatively, you may |