|
@@ -9,10 +9,9 @@ Install MAKEDEV by running the following commands:
|
|
|
|
|
|
<userinput>sed s/"# 9"/9/ MAKEDEV >$LFS/dev/MAKEDEV
|
|
<userinput>sed s/"# 9"/9/ MAKEDEV >$LFS/dev/MAKEDEV
|
|
&&</userinput>
|
|
&&</userinput>
|
|
- <userinput>chmod 754 $LFS/dev/MAKEDEV &&</userinput>
|
|
|
|
- <userinput>cp $LFS/dev/MAKEDEV $LFS/dev/MAKEDEV-temp
|
|
|
|
- &&</userinput>
|
|
|
|
<userinput>cd $LFS/dev &&</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>
|
|
<userinput>patch -Ni $LFS/usr/src/MAKEDEV-2.5.patch</userinput>
|
|
|
|
|
|
|
|
|