diff --git a/script/prep-release.sh b/script/prep-release.sh index 5b82e0b1..afc56925 100755 --- a/script/prep-release.sh +++ b/script/prep-release.sh @@ -29,17 +29,19 @@ done cd ../.. # generate header for sha256-checksums file -cat > "build/ipxe/netboot.xyz-sha256-checksums.txt" < netboot.xyz-sha256-checksums.txt <> build/ipxe/netboot.xyz-sha256-checksums.txt + sha256sum $ipxe_disk >> netboot.xyz-sha256-checksums.txt done +cd ../.. # copy iPXE src code into build directory cp -R src/* build/