summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-06-14 19:09:29 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-06-14 19:09:29 +0000
commitbd7a6f64ee348ee5cabf21874f50937432ef7e6f (patch)
tree21b7e33753ed7068eda64cc68285199da8309e85
parentShowing local containers in container list command only. (diff)
downloadcompute-tools-bd7a6f64ee348ee5cabf21874f50937432ef7e6f.tar.xz
compute-tools-bd7a6f64ee348ee5cabf21874f50937432ef7e6f.zip
Including apt-transport-https in default package selection of progress-linux container create script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rwxr-xr-xshare/scripts/debconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/scripts/debconf b/share/scripts/debconf
index 4f29238..9f52145 100755
--- a/share/scripts/debconf
+++ b/share/scripts/debconf
@@ -231,7 +231,7 @@ Debootstrap ()
;;
progress-linux)
- INCLUDE="--include=apt-utils,ifupdown,locales-all,libui-dialog-perl,dialog,isc-dhcp-client,netbase,net-tools,iproute,openssh-server,wget,dbus,libpam-systemd"
+ INCLUDE="--include=apt-transport-https,ca-certificates,apt-utils,ifupdown,locales-all,libui-dialog-perl,dialog,isc-dhcp-client,netbase,net-tools,iproute,openssh-server,wget,dbus,libpam-systemd"
;;
esac