mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Generate shas in binary mode
This commit is contained in:
parent
8566a96352
commit
f5dfd3bc72
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ EOF
|
|||
cd ipxe/
|
||||
for ipxe_disk in `ls .`
|
||||
do
|
||||
sha256sum $ipxe_disk >> ../netboot.xyz-sha256-checksums.txt
|
||||
sha256sum -b $ipxe_disk >> ../netboot.xyz-sha256-checksums.txt
|
||||
done
|
||||
cat ../netboot.xyz-sha256-checksums.txt
|
||||
mv ../netboot.xyz-sha256-checksums.txt .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue