mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 02:15:24 +01:00
Checksum source tarballs during bootstrap.
This commit is contained in:
parent
ca4f141be0
commit
9d15314ebc
6 changed files with 57 additions and 49 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue