Commit c563b9a2 by Stéphane Graber

Merge pull request #1021 from odyssey4me/include_apt_transport_https

Add apt-transport-https to minbase variant packages_template
parents 5832d025 396f75ab
...@@ -359,7 +359,7 @@ download_ubuntu() ...@@ -359,7 +359,7 @@ download_ubuntu()
debootstrap_parameters="$debootstrap_parameters --variant=$variant" debootstrap_parameters="$debootstrap_parameters --variant=$variant"
fi fi
if [ "$variant" = 'minbase' ]; then if [ "$variant" = 'minbase' ]; then
packages_template="${packages_template},sudo,ifupdown,isc-dhcp-client" packages_template="${packages_template},sudo,ifupdown,isc-dhcp-client,apt-transport-https"
fi fi
echo "Installing packages in template: ${packages_template}" echo "Installing packages in template: ${packages_template}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment