diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-03-16 00:21:38 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-03-16 00:21:38 -0500 |
commit | 02b059679400e64c7b156aed404195ba9b0b3b20 (patch) | |
tree | 6e0cf9fabcc196f2ba6bc3643e32247e3d214920 | |
parent | 961dc821a66f5896d55a868aab56dc7a5652e61d (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-x | lfs.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |