Re: [Libguestfs] [PATCH RFC supermin] ext2_initrd: error out if we can't add anything

2016-07-24 Thread Chen Hanxiao
At 2016-07-22 16:41:43, "Richard W.M. Jones" wrote: >On Fri, Jul 22, 2016 at 03:59:58PM +0800, Chen Hanxiao wrote: >> From: Chen Hanxiao >> >> If we failed to add something to initrd, just error out. >> >> Signed-off-by: Chen Hanxiao

Re: [Libguestfs] [PATCH RFC supermin] ext2_initrd: error out if we can't add anything

2016-07-22 Thread Pino Toscano
On Friday, 22 July 2016 15:59:58 CEST Chen Hanxiao wrote: > From: Chen Hanxiao > > If we failed to add something to initrd, just error out. > > Signed-off-by: Chen Hanxiao > --- > src/ext2_initrd.ml | 6 +- > 1 file changed, 5 insertions(+),

Re: [Libguestfs] [PATCH RFC supermin] ext2_initrd: error out if we can't add anything

2016-07-22 Thread Richard W.M. Jones
On Fri, Jul 22, 2016 at 03:59:58PM +0800, Chen Hanxiao wrote: > From: Chen Hanxiao > > If we failed to add something to initrd, just error out. > > Signed-off-by: Chen Hanxiao > --- > src/ext2_initrd.ml | 6 +- > 1 file changed, 5

[Libguestfs] [PATCH RFC supermin] ext2_initrd: error out if we can't add anything

2016-07-22 Thread Chen Hanxiao
From: Chen Hanxiao If we failed to add something to initrd, just error out. Signed-off-by: Chen Hanxiao --- src/ext2_initrd.ml | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ext2_initrd.ml b/src/ext2_initrd.ml index