From dba189884585079475e0c61a493421f784f6235c Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 31 Aug 2012 18:13:30 +0100 Subject: README: Fix example system to use full triples for strata --- README | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'README') 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" + } ] } -- cgit v1.2.1