mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 08:45: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
3
sysa/gzip-1.2.4/checksums
Normal file
3
sysa/gzip-1.2.4/checksums
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
39142 /after/bin/gzip
|
||||
39142 /after/bin/gunzip
|
||||
39142 /after/bin/zcat
|
||||
|
|
@ -44,3 +44,6 @@ chmod 755 ${bindir}/gunzip
|
|||
chmod 755 ${bindir}/zcat
|
||||
|
||||
cd ../..
|
||||
|
||||
# Checksums
|
||||
fletcher16 checksums
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue