From 87db73029c213e8f9c87ae5c10912adb600ae11a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 11 Oct 2012 17:21:41 +0100 Subject: Add system for building stratum-with system --- ok-system.morph | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ok-system.morph diff --git a/ok-system.morph b/ok-system.morph new file mode 100644 index 0000000..34fcac5 --- /dev/null +++ b/ok-system.morph @@ -0,0 +1,15 @@ +{ + "name": "ok-system", + "kind": "system", + "system-kind": "syslinux-disk", + "arch": "x86_64", + "disk-size": "2G", + "strata": [ + { + "morph": "stratum-with-system", + "repo": "baserock:tests/bad-chunk", + "ref": "master" + } + ] +} + -- cgit v1.2.1