aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-12 04:54:27 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-12 04:54:27 +0000
commit9b22493a8acfea5625c8c87883d6daf0953b40e7 (patch)
tree0f305cbcab4551c7bed1e98647accfb82c47900f /chapter06
parentbf2d7c125f0742a5b798b29a2a574c3346fb5c26 (diff)
fix MAKEDEV install
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2581 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-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