Checksum source tarballs during bootstrap.

This commit is contained in:
Andrius Štikonas 2022-05-21 14:14:17 +01:00
parent ca4f141be0
commit 9d15314ebc
6 changed files with 57 additions and 49 deletions

View file

@ -59,6 +59,10 @@ mv run*.sh /usr/src
mv helpers.sh SHA256SUMS.pkgs bootstrap.cfg /usr/src
mv /*-* /usr/src # build scripts
# Check tarballs
cd "${DISTFILES}"
sha256sum -c /SHA256SUMS.sources
# Begin sysc bootstrapping process
cd /usr/src
cd "${SOURCES}"
exec ./run.sh