This commit is contained in:
Nico Schottelius 2019-09-21 00:39:23 +09:00
parent c8763d8360
commit 773ea94915
1 changed files with 7 additions and 2 deletions

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
set -x
set -e
# Finally:
mkdir -p output
make bin/undionly.kpxe
cp bin/undionly.kpxe output/
make bin/ipxe.usb
cp bin/ipxe.usb output/
make bin-x86_64-efi/ipxe.efi
cp bin-x86_64-efi/ipxe.efi output/
cat <<EOF
Outputs:
Outputs in
- PXE chain-loadable: undionly.kpxe (put on tftp server)
- USB loadable ipxe.usb (dd to usb stick)