aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-03-16 00:21:38 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-03-16 00:21:38 -0500
commit02b059679400e64c7b156aed404195ba9b0b3b20 (patch)
tree6e0cf9fabcc196f2ba6bc3643e32247e3d214920
parent961dc821a66f5896d55a868aab56dc7a5652e61d (diff)
version check never fails, it's there to make sure your host is appropriate. When the build is set off it tells you warnings. If the build fails, should run version check again.
-rwxr-xr-xlfs.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/lfs.sh b/lfs.sh
index 3f9ac63..871f792 100755
--- a/lfs.sh
+++ b/lfs.sh
@@ -1,5 +1,7 @@
#!/bin/bash
+./versioncheck.sh
+
export LFS_VER=LFS10_1
export LFS=/mnt/lfs
export LFS_TGT=x86_64-lfs-linux-gnu