From ba54fc2c9065ffa0637021c06b1c75dd2aa0820b Mon Sep 17 00:00:00 2001 From: William Harrington Date: Mon, 22 Mar 2021 19:34:32 -0500 Subject: Remove LFS_SRC and use /sources so that when we are in chroot, this script works there. --- env.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'env.sh') diff --git a/env.sh b/env.sh index a2eab0b..273da6c 100644 --- a/env.sh +++ b/env.sh @@ -19,14 +19,11 @@ export LFS_VER=LFS_10_1 export LFS_DISK=/dev/sdb # Partition number where LFS will exist / or exists -export LFS_ROOT=1 +export LFS_PART=1 # LFS User password (not used at this time) export LFS_PWD=lfs -# Sources directory for LFS -export LFS_SRC=${LFS}/sources - # Get number of online processors export NUMPROCS=$(getconf _NPROCESSORS_ONLN) numjobs=$(expr ${NUMPROCS} \* 2 - 1) -- cgit v1.2.3-54-g00ecf