lfs/chapter05/makedev-inst.sgml
Gerard Beekmans c93a7a65cb Added Makedev to chapter 5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-02-08 03:00:54 +00:00

28 lines
625 B
Plaintext

<sect2>
<title>Installation of MAKEDEV</title>
<para>
Install MAKEDEV by running the following commands:
</para>
<blockquote><literallayout>
<userinput>sed "s/# 9/9/" MAKEDEV &gt;$LFS/dev/MAKEDEV
&amp;&amp;</userinput>
<userinput>chmod 754 $LFS/dev/MAKEDEV &amp;&amp;</userinput>
<userinput>cp $LFS/dev/MAKEDEV $LFS/dev/MAKEDEV-temp
&amp;&amp;</userinput>
<userinput>cd $LFS/dev &amp;&amp;</userinput>
<userinput>patch -Ni $LFS/usr/src/MAKEDEV-2.5.patch</userinput>
</literallayout></blockquote>
<para>
The actual creation of the device files in $LFS/dev will be taken care
of in chapter 6.
</para>
</sect2>