summaryrefslogtreecommitdiff
path: root/initramfs-test.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-06-03 16:43:50 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-06-03 16:43:50 +0000
commit980d87dc7f02596230baa9f7b8588346d9ff2b89 (patch)
tree369dcd8ae99f5551620527e41a4b33e88bd82e1e /initramfs-test.morph
parentec96056079afd37b79b2d3767b5125198eed90bf (diff)
parentc307efac52057ccacc1d365686bbfa5163a65be7 (diff)
downloaddefinitions-980d87dc7f02596230baa9f7b8588346d9ff2b89.tar.gz
Merge branch 'baserock/richardmaw/S11159-initramfs'
Reviewed-by: Sam Thursfield, Richard Ipsum
Diffstat (limited to 'initramfs-test.morph')
-rw-r--r--initramfs-test.morph17
1 files changed, 17 insertions, 0 deletions
diff --git a/initramfs-test.morph b/initramfs-test.morph
new file mode 100644
index 00000000..9e69207d
--- /dev/null
+++ b/initramfs-test.morph
@@ -0,0 +1,17 @@
+name: initramfs-test
+kind: cluster
+systems:
+- morph: base-system-x86_64-generic
+ deploy:
+ system:
+ type: rawdisk
+ location: initramfs-system-x86_64.img
+ DISK_SIZE: 1G
+ HOSTNAME: initramfs-system
+ INITRAMFS_PATH: boot/initramfs.gz
+ subsystems:
+ - morph: initramfs-x86_64
+ deploy:
+ initramfs:
+ type: initramfs
+ location: boot/initramfs.gz