~raharper/curtin/trunk.multipath-debug

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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: 
  uri: "http://cloud-images.ubuntu.com/releases/precise/release/ubuntu-12.04-server-cloudimg-amd64-root.tar.gz"
  type: "tgz"

# vi: ts=4 expandtab syntax=yaml