Control: 847094 tags patch On 2016-12-05, Vincent Bernat wrote: > Could you enable DOWNLOAD_PROTO_HTTPS? This would enable to use > https://netboot.xyz which would be pretty awesome. Currently, this > works by using HTTP, but I suppose in the future, they will enforece > HTTPS only.
A one-line patch to the packaging enables this feature: diff --git a/debian/config/general.h b/debian/config/general.h index 097b243..37c0c58 100644 --- a/debian/config/general.h +++ b/debian/config/general.h @@ -2,3 +2,4 @@ #define NET_PROTO_IPV6 #define DOWNLOAD_PROTO_NFS +#define DOWNLOAD_PROTO_HTTPS live well, vagrant
signature.asc
Description: PGP signature

