aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/makedev-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-12 00:54:35 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-12 00:54:35 +0000
commit06ffbeeed9ed929570d99681b78907181c877942 (patch)
tree5d9a5bb440f7cecfc11577651c8b80f287925b1d /chapter06/makedev-inst.xml
parenta7b952acbfac2919f59cba96bf19d79f3dc06caf (diff)
shorter MAKDEV install
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2575 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/makedev-inst.xml')
-rw-r--r--chapter06/makedev-inst.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/chapter06/makedev-inst.xml b/chapter06/makedev-inst.xml
index a37f56dcd..d4280f272 100644
--- a/chapter06/makedev-inst.xml
+++ b/chapter06/makedev-inst.xml
@@ -9,12 +9,8 @@ the file contains one shell script.</para>
<para>Install the MAKEDEV script:</para>
-<para><screen><userinput>cp MAKEDEV-&makedev-version; /dev/MAKEDEV</userinput></screen></para>
-
-<para>Prepare the script for execution:</para>
-
-<para><screen><userinput>cd /dev &amp;&amp;
-chmod 754 MAKEDEV</userinput></screen></para>
+<para><screen><userinput>bzcat MAKEDEV-&makedev-version; &gt; /etc/MAKEDEV
+chmod 754 /etc/MAKEDEV</userinput></screen></para>
<para>Run the script to create the device files:</para>