blob: c873d21b5eb220a5e8fb28bc11c60ddaa1b876e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
early_commands:
98_update: apt-get update
99_upgrade: DEBIAN_FRONTEND=noninteractive apt-get dist-upgrade --assume-yes
partitioning_commands:
10_partition: curtin block-meta --device=/dev/vdc simple
network_commands:
10_network: curtin net-meta --device=eth0 dhcp
sources:
05_primary: "http://cloud-images.ubuntu.com/releases/precise/release/ubuntu-12.04-server-cloudimg-amd64-root.tar.gz"
# vi: ts=4 expandtab syntax=yaml
|