++update
This commit is contained in:
parent
c8763d8360
commit
773ea94915
1 changed files with 7 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue