Parcourir la source

shorter MAKDEV install

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2575 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans il y a 22 ans
Parent
commit
06ffbeeed9
1 fichiers modifiés avec 2 ajouts et 6 suppressions
  1. 2 6
      chapter06/makedev-inst.xml

+ 2 - 6
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>