Explorar el Código

Generate shas in binary mode

Antony Messerli hace 5 años
padre
commit
f5dfd3bc72
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 .