summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-08-31 18:13:30 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-09-03 14:16:30 +0100
commitdba189884585079475e0c61a493421f784f6235c (patch)
tree2ff71e3995360b1716a6cceff666e65957825016 /README
parentaae8ee434950cd7c89699999fad50bba46f04896 (diff)
downloadmorph-dba189884585079475e0c61a493421f784f6235c.tar.gz
README: Fix example system to use full triples for strata
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 10 insertions, 2 deletions
diff --git a/README b/README
index 5e293d34..5d520e81 100644
--- a/README
+++ b/README
@@ -198,8 +198,16 @@ Example system:
"kind": "system",
"disk-size": "1G",
"strata": [
- "foundation",
- "linux-stratum"
+ {
+ "morph": "foundation",
+ "repo": "baserock:morphs",
+ "ref": "master"
+ },
+ {
+ "morph": "linux-stratum",
+ "repo": "baserock:morphs",
+ "ref": "master"
+ }
]
}