From e51dc67515983b355153f19eb2b8fcf83e663f2c Mon Sep 17 00:00:00 2001 From: William Harrington Date: Fri, 19 Mar 2021 15:30:25 -0500 Subject: Add patches.csv to be copied and processed in download. --- lfs.sh | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'lfs.sh') diff --git a/lfs.sh b/lfs.sh index 57665e2..e0ff904 100755 --- a/lfs.sh +++ b/lfs.sh @@ -1,26 +1,10 @@ #!/bin/bash +source env.sh source spinner.sh source colors.sh #source versioncheck.sh -set +h -umask 022 -export LFS=/mnt/lfs -export LC_ALL=POSIX -export LFS_TGT=$(uname -m)-lfs-linux-gnu -PATH=/usr/bin -if [ ! -L /bin ]; then PATH=/bin:${PATH}; fi -export PATH=${LFS}/tools/bin:${PATH} -export CONFIG_SITE=${LFS}/usr/share/config.site - -export LFS_VER=LFS10_1 -export LFS_DISK=/dev/sdb -export LFS_ROOT=1 -export LFS_PWD=lfs -export LFS_SRC=${LFS}/sources -export MAKEFLAGS="-j 3" - [[ -d /mnt/lfs ]] || sudo mkdir ${LFS} if ! grep -q "${LFS}" /proc/mounts; then @@ -47,7 +31,7 @@ esac #echo -e "${LFS_PWD}\n${LFS_PWD}\n" | sudo passwd lfs -cp -rf *.sh chapter* packages.csv "${LFS}/sources" +cp -rf *.sh chapter* *.csv "${LFS}/sources" cd "${LFS}/sources" source download.sh -- cgit v1.2.3-54-g00ecf