wok-6.x diff ipxe/receipt @ rev 23830
syslinux/isohybrid: remove Apple partitions (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 31 10:20:05 2020 +0000 (2020-05-31) |
parents | b054d6cbf5b8 |
children | 78bc4b109dd6 |
line diff
1.1 --- a/ipxe/receipt Sun Jan 19 11:06:13 2020 +0100 1.2 +++ b/ipxe/receipt Sun May 31 10:20:05 2020 +0000 1.3 @@ -23,6 +23,9 @@ 1.4 sed -i 's|//\(#define.*CONSOLE_SERIAL\)|\1|' config/console.h 1.5 sed -i -e 's|//\(#define.*IMAGE_PNG\)|\1|' \ 1.6 -e 's|.*\(NET_PROTO_IPV6\)|#define \1|' \ 1.7 + -e 's|undef \(DOWNLOAD_PROTO_HTTPS\)|define \1|' \ 1.8 + -e 's|.*\(VLAN_CMD\)|#define \1|' \ 1.9 + -e 's|.*\(CERT_CMD\)|#define \1|' \ 1.10 -e 's|//\(#define.*CONSOLE_CMD\)|\1|' \ 1.11 -e 's|//\(#define.*REBOOT_CMD\)|\1|' config/general.h 1.12 sed -i "s|\(TAG_LINE \"\)|\1${VERSION#*-} -- |" config/branding.h