mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Use correct directory for checksums
This commit is contained in:
parent
d5dd98c151
commit
5494a060b3
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ EOF
|
|||
# generate sha256sums for iPXE disks
|
||||
for ipxe_disk in `ls build/ipxe/`
|
||||
do
|
||||
sha256sum $ipxe_disk >> build/ipxe/netboot.xyz-sha256-checksums.txt
|
||||
sha256sum build/ipxe/$ipxe_disk >> build/ipxe/netboot.xyz-sha256-checksums.txt
|
||||
done
|
||||
|
||||
# copy iPXE src code into build directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue