mirror of
https://github.com/luisgbm/lfs-scripts.git
synced 2026-03-10 04:41:10 +00:00
Update README.md
This commit is contained in:
parent
09497dedd0
commit
6d317a7845
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
|
@ -117,9 +117,8 @@ cp /<location_of_the_scripts>/*.sh $LFS
|
||||||
|
|
||||||
Now, run the lfs-cross.sh script, which will build the cross-toolchain and cross compiling temporary tools from chapters 5 and 6. The build took approximately 30 minutes on my machine:
|
Now, run the lfs-cross.sh script, which will build the cross-toolchain and cross compiling temporary tools from chapters 5 and 6. The build took approximately 30 minutes on my machine:
|
||||||
|
|
||||||
```
|
```
|
||||||
cd $LFS
|
sh $LFS/lfs-cross.sh | tee lfs-cross.log
|
||||||
sh lfs-cross.sh | tee lfs-cross.log
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Return to being root:
|
Return to being root:
|
||||||
|
|
@ -222,3 +221,9 @@ chmod -v 664 /var/log/lastlog
|
||||||
chmod -v 600 /var/log/btmp
|
chmod -v 600 /var/log/btmp
|
||||||
exec /bin/bash --login +h
|
exec /bin/bash --login +h
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Run the lfs-chroot.sh script, which will build additional temporary tools:
|
||||||
|
|
||||||
|
```
|
||||||
|
sh $LFS/lfs-chroot.sh | tee lfs-chroot.log
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue