Update README.md

This commit is contained in:
Luís Guilherme Bergamini Mendes 2020-09-17 10:15:38 -03:00 committed by GitHub
parent 2d7f99c456
commit 1db7b03052
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -227,3 +227,16 @@ Run the lfs-chroot.sh script, which will build additional temporary tools:
``` ```
sh /lfs-chroot.sh | tee /lfs-chroot.log 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
```