mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 00:35:25 +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
|
|
@ -56,6 +56,10 @@ chmod 755 ${bindir}/untar
|
|||
|
||||
PATH=${bindir}
|
||||
|
||||
# Check packages
|
||||
cd ${distfiles}
|
||||
sha256sum -c ../SHA256SUMS.sources
|
||||
|
||||
cd ${sysa}
|
||||
|
||||
catm run2.kaem bootstrap.cfg run.kaem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue