summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-11-23 14:18:54 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-11-24 09:56:02 +0000
commit822d5415edc61fafeb8709e27b6fb1a2ddd3b288 (patch)
tree65f971a0c3ad8ddbdedfdaf725d15adcd206b300
parentc9237342cd3f98698522020eb946912a38230081 (diff)
downloadmorph-822d5415edc61fafeb8709e27b6fb1a2ddd3b288.tar.gz
Update README file
Remove instructions for creating a workspace and update the cluster example. Change-Id: If0aae9cb5c8ba94af44c0468905e0d2a395eb62e
-rw-r--r--README14
1 files changed, 5 insertions, 9 deletions
diff --git a/README b/README
index fab8c515..b62c6b60 100644
--- a/README
+++ b/README
@@ -19,25 +19,21 @@ for information on the format.
`morph --help` will provide some information, though a full guide is
really required. Meanwhile a short usage to build a disk image:
- morph init workspace
- cd workspace
- morph checkout baserock:baserock/definitions master
- cd master/baserock/baserock/definitions
+ git clone git://git.baserock.org/baserock/baserock/definitions
+ cd definitions
morph build systems/base-system-x86_64-generic.morph
For deploying you need to create a cluster morphology. Here is an
example to deploy to a raw disk image.
- name: foo
+ name: base-system-x86_64-rawdisk
kind: cluster
systems:
- morph: systems/base-system-x86_64-generic.morph
- repo: baserock:baserock/definitions
- ref: master
deploy:
my-raw-disk-image:
- type: rawdisk
- location: /src/tmp/testdev.img
+ type: extensions/rawdisk
+ location: base-system-x86_64.img
DISK_SIZE: 4G
To deploy it, you only need to run `morph deploy` with the cluster morphology