++iso
This commit is contained in:
parent
08b21c7f91
commit
9f27c1fe9f
1 changed files with 6 additions and 2 deletions
|
@ -2,6 +2,9 @@
|
|||
# Nico Schottelius, 2019-09-20, Seoul, Coffebean, 23:56
|
||||
# Copying: GPLv3
|
||||
|
||||
set -x
|
||||
set -e
|
||||
|
||||
if [ ! -e ipxe ]; then
|
||||
git clone git://git.ipxe.org/ipxe.git
|
||||
else
|
||||
|
@ -16,11 +19,12 @@ sed -i -e 's/^#undef.*NET_PROTO_IPV6/#define NET_PROTO_IPV6/' \
|
|||
-e 's,^//#define PING_CMD,#define PING_CMD,' \
|
||||
-e 's,^//#define NTP_CMD,#define NTP_CMD,' config/general.h
|
||||
|
||||
set -x
|
||||
set -e
|
||||
|
||||
mkdir -p output
|
||||
|
||||
make bin/ipxe.iso
|
||||
cp bin/ipxe.iso output/
|
||||
|
||||
make bin/undionly.kpxe
|
||||
cp bin/undionly.kpxe output/
|
||||
|
||||
|
|
Loading…
Reference in a new issue