From: Michael Tremer Date: Thu, 12 Oct 2017 14:32:21 +0000 (+0100) Subject: installer: Allow download of ISO images over HTTPS X-Git-Tag: v2.19-core115~27 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=f754146b1eee3f7a78424959633680f593f36d92 installer: Allow download of ISO images over HTTPS Signed-off-by: Michael Tremer --- diff --git a/src/installer/dracut-module/module-setup.sh b/src/installer/dracut-module/module-setup.sh index 08dcdd5631..b8803970a7 100755 --- a/src/installer/dracut-module/module-setup.sh +++ b/src/installer/dracut-module/module-setup.sh @@ -42,6 +42,9 @@ install() { inst /var/ipfire/dhcpc/dhcpcd-run-hooks inst "$moddir/70-dhcpcd.exe" "/var/ipfire/dhcpc/dhcpcd-hooks/70-dhcpcd.exe" + # CAs + inst /etc/ssl/cert.pem + inst /etc/host.conf /etc/protocols inst /etc/nsswitch.conf /etc/resolv.conf inst_libdir_file "libnss_dns.so.*"