aboutsummaryrefslogtreecommitdiffstats
path: root/lfs.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-03-19 15:30:25 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-03-19 15:30:25 -0500
commite51dc67515983b355153f19eb2b8fcf83e663f2c (patch)
treebc361ff5cdad1a3f9b9363edf883abbc36c04b73 /lfs.sh
parent12363e26b352987d7c45d17a3c7ed3f706710e59 (diff)
Add patches.csv to be copied and processed in download.
Diffstat (limited to 'lfs.sh')
-rwxr-xr-xlfs.sh20
1 files changed, 2 insertions, 18 deletions
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