mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-14 15:25:23 +01:00
Implement fletcher16 checksumming up to path
Uses fletcher16 from previous commits. Next we will use sha-2 to do checksumming.
This commit is contained in:
parent
192221af22
commit
372e08e4f9
23 changed files with 90 additions and 2 deletions
|
|
@ -83,6 +83,7 @@ mkdir -p tmp/after/include/linux/{x86,x86_64}
|
|||
mkdir -p tmp/tmp
|
||||
cp after.kaem tmp/
|
||||
cp after.kaem.run tmp/after/kaem.run
|
||||
cp mescc-tools-seed/checksums tmp/after/mescc-tools-seed-checksums
|
||||
cp helpers.sh run.sh tmp/after/
|
||||
|
||||
# mescc-tools-extra
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue