Re: [Xen-devel] [PATCH] automation: introduce a new variable to control container user

2018-09-25 Thread Wei Liu
On Mon, Sep 24, 2018 at 01:41:12PM -0500, Doug Goldstein wrote: > On Mon, Sep 24, 2018 at 05:18:29PM +0100, Wei Liu wrote: > > Sometimes it is handy to create a container and play as root with its > > setup manually. > > > > Signed-off-by: Wei Liu > > --- > > automation/scripts/containerize | 8

Re: [Xen-devel] [PATCH] automation: introduce a new variable to control container user

2018-09-24 Thread Doug Goldstein
On Mon, Sep 24, 2018 at 05:18:29PM +0100, Wei Liu wrote: > Sometimes it is handy to create a container and play as root with its > setup manually. > > Signed-off-by: Wei Liu > --- > automation/scripts/containerize | 8 +++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git

[Xen-devel] [PATCH] automation: introduce a new variable to control container user

2018-09-24 Thread Wei Liu
Sometimes it is handy to create a container and play as root with its setup manually. Signed-off-by: Wei Liu --- automation/scripts/containerize | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/automation/scripts/containerize b/automation/scripts/containerize index