blob: c6d2e8ec1d7590a71e1c0ad4211b6c37e5f8ba0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<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>
|