Browse Source

Merge pull request #385 from antonym/gen_sha_bin_mode

Generate shas in binary mode
Antony Messerli 5 years ago
parent
commit
838d0537c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      script/prep-release.sh

+ 1 - 1
script/prep-release.sh

@@ -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 .