From 6d317a7845d9df11d225ef2abb0d869c26f09bed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Guilherme=20Bergamini=20Mendes?= Date: Thu, 17 Sep 2020 08:58:05 -0300 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6906a32..a040a42 100644 --- a/README.md +++ b/README.md @@ -117,9 +117,8 @@ cp //*.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: -``` -cd $LFS -sh lfs-cross.sh | tee lfs-cross.log +``` +sh $LFS/lfs-cross.sh | tee lfs-cross.log ``` Return to being root: @@ -222,3 +221,9 @@ chmod -v 664 /var/log/lastlog chmod -v 600 /var/log/btmp 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 +```