summaryrefslogtreecommitdiff
path: root/morphlib/exts/sysroot.write
Commit message (Collapse)AuthorAgeFilesLines
* Add some checks to the sysroot deployment extensionTiago Gomes2015-01-021-3/+1
| | | | | | Ensure that a) the deployment directory must not exist b) the extension can not be used to upgrade a system
* 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".