summaryrefslogtreecommitdiff
path: root/morphlib/exts/sysroot.write
Commit message (Collapse)AuthorAgeFilesLines
* Add sysroot write extensionRichard Maw2014-03-141-0/+29
This moves the deployed system to somewhere on the host. Any existing contents of the directory is deleted, so don't try to be clever and deploy a new system on top of / in place of a proper upgrade. It can be used to deploy a chroot, sysroot or container, but its current use is to allow for nested deployments to include another system in itself, since the parent deployment's "$1" is prepended to the sub-deployment's "$2".