mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 19:32:03 +00:00
746f7b1c2f
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@286 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
27 lines
596 B
XML
27 lines
596 B
XML
<sect2>
|
|
<title>Installation of MAKEDEV</title>
|
|
|
|
<para>
|
|
Install MAKEDEV by running the following commands:
|
|
</para>
|
|
|
|
<blockquote><literallayout>
|
|
|
|
<userinput>sed s/"# 9"/9/ MAKEDEV >$LFS/dev/MAKEDEV
|
|
&&</userinput>
|
|
<userinput>cd $LFS/dev &&</userinput>
|
|
<userinput>chmod 754 MAKEDEV &&</userinput>
|
|
<userinput>cp MAKEDEV MAKEDEV-temp &&</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>
|
|
|