|
@@ -107,7 +107,7 @@ EOF
|
|
cd ipxe/
|
|
cd ipxe/
|
|
for ipxe_disk in `ls .`
|
|
for ipxe_disk in `ls .`
|
|
do
|
|
do
|
|
- sha256sum $ipxe_disk >> ../netboot.xyz-sha256-checksums.txt
|
|
|
|
|
|
+ sha256sum -b $ipxe_disk >> ../netboot.xyz-sha256-checksums.txt
|
|
done
|
|
done
|
|
cat ../netboot.xyz-sha256-checksums.txt
|
|
cat ../netboot.xyz-sha256-checksums.txt
|
|
mv ../netboot.xyz-sha256-checksums.txt .
|
|
mv ../netboot.xyz-sha256-checksums.txt .
|