Merge branch 'master' of code.ungleich.ch:ungleich-public/ungleich-tools into master

This commit is contained in:
Nico Schottelius 2020-10-18 10:09:54 +02:00
commit 099a35c9ad

View file

@ -14,7 +14,9 @@ fi
cd ipxe/src
sed -i -e 's/^#undef.*NET_PROTO_IPV6/#define NET_PROTO_IPV6/' \
sed -i \
-e 's/^#undef.*NET_PROTO_IPV6/#define NET_PROTO_IPV6/' \
-e 's,//^#define.*NET_PROTO_IPV6,#define NET_PROTO_IPV6,' \
-e 's/^#undef.*DOWNLOAD_PROTO_HTTPS/#define DOWNLOAD_PROTO_HTTPS/' \
-e 's,^//#define POWEROFF_CMD,#define POWEROFF_CMD,' \
-e 's,^//#define PING_CMD,#define PING_CMD,' \