aboutsummaryrefslogtreecommitdiffstats
path: root/env.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-03-22 19:34:32 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-03-22 19:34:32 -0500
commitba54fc2c9065ffa0637021c06b1c75dd2aa0820b (patch)
treec6c6049fc5b5c87ed2b4025b37ec77a5930808d6 /env.sh
parent431010c012faddb2a8b4a69469dd03bdcb566cfc (diff)
Remove LFS_SRC and use /sources so that when we are in chroot, this script works there.
Diffstat (limited to 'env.sh')
-rw-r--r--env.sh5
1 files changed, 1 insertions, 4 deletions
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)