From 02b059679400e64c7b156aed404195ba9b0b3b20 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Tue, 16 Mar 2021 00:21:38 -0500 Subject: 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. --- lfs.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3-54-g00ecf