summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ok-system.morph14
-rw-r--r--stratum-with-system.morph12
-rw-r--r--system-with-chunk.morph1
3 files changed, 27 insertions, 0 deletions
diff --git a/ok-system.morph b/ok-system.morph
new file mode 100644
index 0000000..05482dd
--- /dev/null
+++ b/ok-system.morph
@@ -0,0 +1,14 @@
+{
+ "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"
+ }
+ ]
+}
diff --git a/stratum-with-system.morph b/stratum-with-system.morph
new file mode 100644
index 0000000..d7a05fc
--- /dev/null
+++ b/stratum-with-system.morph
@@ -0,0 +1,12 @@
+{
+ "name": "stratum-with-system",
+ "kind": "stratum",
+ "chunks": [
+ {
+ "name": "system-with-chunk",
+ "repo": "baserock:tests/bad-morphs",
+ "ref": "master",
+ "build-depends": []
+ }
+ ]
+}
diff --git a/system-with-chunk.morph b/system-with-chunk.morph
index 3be7a2b..8bfad6d 100644
--- a/system-with-chunk.morph
+++ b/system-with-chunk.morph
@@ -12,3 +12,4 @@
}
]
}
+