From 438e522452b618c2c4e8e3756166ac2792b89713 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 11 Oct 2012 16:22:06 +0100 Subject: Add system morphology that includes chunk (not stratum) --- system-with-chunk.morph | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 system-with-chunk.morph diff --git a/system-with-chunk.morph b/system-with-chunk.morph new file mode 100644 index 0000000..8bfad6d --- /dev/null +++ b/system-with-chunk.morph @@ -0,0 +1,15 @@ +{ + "name": "system-with-chunk", + "kind": "system", + "system-kind": "syslinux-disk", + "arch": "x86_64", + "disk-size": "2G", + "strata": [ + { + "morph": "ok-chunk", + "repo": "baserock:tests/bad-chunk", + "ref": "master" + } + ] +} + -- cgit v1.2.1