mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Beautifications
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@286 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
954db1565f
commit
746f7b1c2f
@ -9,10 +9,9 @@ Install MAKEDEV by running the following commands:
|
||||
|
||||
<userinput>sed s/"# 9"/9/ MAKEDEV >$LFS/dev/MAKEDEV
|
||||
&&</userinput>
|
||||
<userinput>chmod 754 $LFS/dev/MAKEDEV &&</userinput>
|
||||
<userinput>cp $LFS/dev/MAKEDEV $LFS/dev/MAKEDEV-temp
|
||||
&&</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>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user