Commit 9d54166c by Stéphane Graber

Merge pull request #1040 from odyssey4me/include_apt_transport_https

Move apt-transport-https to global packages_template
parents 3c23f024 d0e206b8
...@@ -342,7 +342,7 @@ download_ubuntu() ...@@ -342,7 +342,7 @@ download_ubuntu()
;; ;;
esac esac
packages_template=${packages_template:-"ssh,vim"} packages_template=${packages_template:-"apt-transport-https,ssh,vim"}
debootstrap_parameters= debootstrap_parameters=
# Try to guess a list of langpacks to install # Try to guess a list of langpacks to install
...@@ -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,apt-transport-https" packages_template="${packages_template},sudo,ifupdown,isc-dhcp-client"
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