~raharper/curtin/trunk.vmtest-logger-classname

« back to all changes in this revision

Viewing changes to examples/basic.yaml

  • Committer: Scott Moser
  • Date: 2013-08-27 20:25:57 UTC
  • Revision ID: smoser@ubuntu.com-20130827202557-bw369zqzyrivut58
add examples dir

Show diffs side-by-side

added added

removed removed

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