From 4e37fdf5adbf4d25561b472b4089b6782c599f93 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 11 Sep 2012 18:05:56 +0100 Subject: Don't require .morph in triplet arguments This gives us consistency with morphologies, where the triplets are repo|ref|morphology, not repo|ref|filename Anyone who runs 'morph build baserock:morphs master system.morph' will now see an error ending with 'was looking for system.morph.morph', which should make it clear where they have gone wrong. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 4c0be19d..71a9d652 100644 --- a/README +++ b/README @@ -24,8 +24,8 @@ used to actually run the build. The usual workflow is this: Eventually, `morph` will get a manual page. Meanwhile, a short usage: - fakeroot morph --keep-path -v build morphs master foundation.morph - sudo morph --keep-path -v build morphs master base-system.morph + fakeroot morph --keep-path -v build-morphology morphs master foundation + sudo morph --keep-path -v build-morphology morphs master base-system (Run with `fakeroot`, when building anything but a system image; run with `sudo` when building a system image.) -- cgit v1.2.1