shorter MAKDEV install

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2575 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2003-05-12 00:54:35 +00:00
parent a7b952acbf
commit 06ffbeeed9

View File

@ -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>