mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Adding more specifics for checksum file
This commit is contained in:
parent
9194dbea25
commit
90c67d9177
1 changed files with 4 additions and 2 deletions
|
|
@ -30,9 +30,11 @@ cd ../..
|
|||
|
||||
# generate header for sha256-checksums file
|
||||
cd build/ipxe
|
||||
CURRENT_TIME=`date`
|
||||
cat > netboot.xyz-sha256-checksums.txt <<EOF
|
||||
# netboot.xyz bootloaders generated from https://github.com/ipxe/ipxe
|
||||
# Git Hash: $IPXE_HASH
|
||||
# netboot.xyz bootloaders generated at $CURRENT_TIME
|
||||
# iPXE Commit: https://github.com/ipxe/ipxe/commit/$IPXE_HASH
|
||||
# Travis-CI Job: https://travis-ci.org/antonym/netboot.xyz/builds/$TRAVIS_BUILD_ID
|
||||
|
||||
EOF
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue