Merge "cloud-init-nocloud element for non-cloud image"

This commit is contained in:
Jenkins 2013-02-12 23:13:48 +00:00 committed by Gerrit Code Review
commit 86a1294c28
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,3 @@
Configures cloud-init to only use on-disk metadata/userdata sources. This
will avoid a boot delay of 2 minutes while polling for cloud data sources
such as the EC2 metadata service.

View File

@ -0,0 +1,6 @@
#!/bin/bash
printf "%s\t%s\t%s\t%s\n" \
cloud-init cloud-init/datasources multiselect "NoCloud, None" | \
debconf-set-selections
DEBIAN_FRONTEND=noninteractive dpkg-reconfigure cloud-init