This commit is contained in:
Nico Schottelius 2019-09-21 00:39:23 +09:00
parent c8763d8360
commit 773ea94915

View file

@ -17,16 +17,21 @@ sed -i -e 's/^#undef.*NET_PROTO_IPV6/#define NET_PROTO_IPV6/' \
-e 's,^//#define NTP_CMD,#define NTP_CMD,' config/general.h -e 's,^//#define NTP_CMD,#define NTP_CMD,' config/general.h
set -x set -x
set -e
# Finally: mkdir -p output
make bin/undionly.kpxe make bin/undionly.kpxe
cp bin/undionly.kpxe output/
make bin/ipxe.usb make bin/ipxe.usb
cp bin/ipxe.usb output/
make bin-x86_64-efi/ipxe.efi make bin-x86_64-efi/ipxe.efi
cp bin-x86_64-efi/ipxe.efi output/
cat <<EOF cat <<EOF
Outputs: Outputs in
- PXE chain-loadable: undionly.kpxe (put on tftp server) - PXE chain-loadable: undionly.kpxe (put on tftp server)
- USB loadable ipxe.usb (dd to usb stick) - USB loadable ipxe.usb (dd to usb stick)