diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-03-22 19:34:32 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-03-22 19:34:32 -0500 |
commit | ba54fc2c9065ffa0637021c06b1c75dd2aa0820b (patch) | |
tree | c6c6049fc5b5c87ed2b4025b37ec77a5930808d6 /env.sh | |
parent | 431010c012faddb2a8b4a69469dd03bdcb566cfc (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.sh | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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) |