ec2: Update official jessie 64-bit hvm manifest

Snatched from PR #256 by @JamesBromberger
This commit is contained in:
Anders Ingemann 2016-06-05 10:35:13 +02:00
parent bb41ba68dd
commit 4031fd6f84

View file

@ -13,20 +13,45 @@ bootstrapper:
system:
release: jessie
architecture: amd64
bootloader: extlinux
bootloader: grub
charmap: UTF-8
locale: en_US
timezone: UTC
volume:
backing: ebs
partitions:
type: none
type: gpt
root:
filesystem: ext4
size: 8GiB
packages:
mirror: http://cloudfront.debian.net/debian
components:
- main
- contrib
- non-free
preferences:
backport-cloud-init-cloud-utils:
- package: cloud-init cloud-utils
pin: release n=jessie-backports
pin-priority: 500
install:
- awscli
- python-boto
- python3-boto
- apt-transport-https
- lvm2
- ncurses-term
- parted
- cloud-init
- cloud-utils
- gdisk
- systemd
- systemd-sysv
plugins:
cloud_init:
metadata_sources: Ec2
username: admin
enable_modules:
cloud_init_modules:
- { module: growpart, position: 4}