From 1db7b03052ed20de0bd5dc0496b508cea2e3e13a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Guilherme=20Bergamini=20Mendes?= Date: Thu, 17 Sep 2020 10:15:38 -0300 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 0e41f8d..a2e8737 100644 --- a/README.md +++ b/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 +```