]> git.ozlabs.org Git - petitboot/commit
pb-plugin: Keep chroot persistent, and create wrapper scripts
authorJeremy Kerr <jk@ozlabs.org>
Fri, 21 Aug 2015 05:12:19 +0000 (13:12 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Fri, 21 Aug 2015 05:12:19 +0000 (13:12 +0800)
commitcb4a99c73726f316180f1591deb2f23900226920
tree30ab03d54e22b36d7855b0cac53f14315f7483d4
parentdcc406653405c0b97c9474d99a66ac896557734c
pb-plugin: Keep chroot persistent, and create wrapper scripts

Rather than having to 'pb-plugin run' multiple times, we want users to
be able to execute multiple plugin binaries with more accessible
command-line statements.

This change reverts to the previous 'install' (rather than 'run')
behaviour, and creates wrapper scripts to call into the chroot.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
utils/pb-plugin