Comment 13 for bug 1882671

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

@Lazlo thanks a lot for that awesome experience and guidance!

Config is a bit odd in this package anyway from too many people touching it with different mindset and a lot of history.

There is this from upstream source: src/config/general.h
Which is patched to enable DOWNLOAD_PROTO_HTTPS via debian/patches/enable-https.patch

But there also is $ cat debian/config/general.h:
#define ROM_BANNER_TIMEOUT 0
#define NET_PROTO_IPV6
#define DOWNLOAD_PROTO_NFS
This goes into ./config/local/general.h at the override_dh_auto_configure stage.

I think I should merge with the latest version from Debian, then see how I can configure HTTPS with some but not the other builds and then run everything through a bigger regression check.
I'll start a merge of the latest version in bug 1884758 and then check out disabling DOWNLOAD_PROTO_HTTPS for EFI.