mirror of
https://github.com/luisgbm/lfs-scripts.git
synced 2026-03-09 20:31:09 +00:00
Update README.md
This commit is contained in:
parent
2d7f99c456
commit
1db7b03052
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
|
@ -227,3 +227,16 @@ Run the lfs-chroot.sh script, which will build additional temporary tools:
|
|||
```
|
||||
sh /lfs-chroot.sh | tee /lfs-chroot.log
|
||||
```
|
||||
|
||||
Cleanup before the final build phase:
|
||||
|
||||
```
|
||||
find /usr/{lib,libexec} -name \*.la -delete
|
||||
rm -rf /usr/share/{info,man,doc}/*
|
||||
```
|
||||
|
||||
For the final build phase, run the lfs-system.sh script:
|
||||
|
||||
```
|
||||
sh /lfs-system.sh | tee /lfs-system.log
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue