aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)