From 5ef4b3e74d607181090db6d7e06cc2e960b4d062 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 9 Dec 2014 17:49:36 +0000 Subject: deploy: Note that some of the extensions listed live in definitions.git The user should be aware of this because if they aren't building baserock:baserock/definitions or a repo forked from it, those extensions won't be available. Also fix some long lines that I seem to have failed to commit already. --- morphlib/plugins/deploy_plugin.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'morphlib/plugins/deploy_plugin.py') diff --git a/morphlib/plugins/deploy_plugin.py b/morphlib/plugins/deploy_plugin.py index f6bee95c..0121c110 100644 --- a/morphlib/plugins/deploy_plugin.py +++ b/morphlib/plugins/deploy_plugin.py @@ -149,10 +149,13 @@ class DeployPlugin(cliapp.Plugin): `system-version-manager` from the tbdiff chunk * `initramfs`, where Morph turns the system into an initramfs image, - suitable for being used as the early userland environment for a system - to be able to locate more complicated storage for its root + suitable for being used as the early userland environment for a + system to be able to locate more complicated storage for its root file-system, or on its own for diskless deployments. + There are additional extensions that currently live in the Baserock + definitions repo (baserock:baserock/definitions). These include: + * `image-package` where Morph creates a tarball that includes scripts that can be used to make disk images outside of a Baserock environment. The example in definitions.git will create scripts for -- cgit v1.2.1