mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Label generic ipxe disks
This commit is contained in:
parent
81f5a071a8
commit
80707a61b7
1 changed files with 6 additions and 6 deletions
|
|
@ -29,12 +29,12 @@ IPXE_HASH=`git log -n 1 --pretty=format:"%H"`
|
|||
|
||||
# generate generic iPXE disks
|
||||
make bin/ipxe.dsk bin/ipxe.iso bin/ipxe.lkrn bin/ipxe.usb bin/ipxe.kpxe bin/undionly.kpxe
|
||||
mv bin/ipxe.dsk ../../build/ipxe/
|
||||
mv bin/ipxe.iso ../../build/ipxe/
|
||||
mv bin/ipxe.lkrn ../../build/ipxe/
|
||||
mv bin/ipxe.usb ../../build/ipxe/
|
||||
mv bin/ipxe.kpxe ../../build/ipxe/
|
||||
mv bin/undionly.kpxe ../../build/ipxe/
|
||||
mv bin/ipxe.dsk ../../build/ipxe/generic-ipxe.dsk
|
||||
mv bin/ipxe.iso ../../build/ipxe/generic-ipxe.iso
|
||||
mv bin/ipxe.lkrn ../../build/ipxe/generic-ipxe.lkrn
|
||||
mv bin/ipxe.usb ../../build/ipxe/generic-ipxe.usb
|
||||
mv bin/ipxe.kpxe ../../build/ipxe/generic-ipxe.kpxe
|
||||
mv bin/undionly.kpxe ../../build/ipxe/generic-undionly.kpxe
|
||||
|
||||
# generate netboot.xyz iPXE disks
|
||||
for ipxe_config in `ls ../../ipxe/disks/`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue