[Libguestfs] [PATCH 0/3] supermin: add --include-packagelist

Pino Toscano ptoscano at redhat.com
Wed Dec 2 18:11:33 UTC 2015


Hi,

to ease debugging issues with appliances (e.g. when used in libguestfs),
using --include-packagelist will add a file containing the list of all
the packages used.

Thanks,


Pino Toscano (3):
  ext2: add ext2fs_chmod and ext2fs_chown
  chroot: factor out file copy code
  Add --include-packagelist

 src/build.ml     | 42 +++++++++++++++++++++++++------
 src/chroot.ml    | 29 ++++++++++++++++++---
 src/ext2.ml      | 18 +++++++++++++-
 src/ext2fs-c.c   | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/ext2fs.ml    |  2 ++
 src/ext2fs.mli   |  2 ++
 src/prepare.ml   |  3 ++-
 src/supermin.ml  |  9 +++++--
 src/supermin.pod | 11 ++++++++
 9 files changed, 176 insertions(+), 16 deletions(-)

-- 
2.1.0




More information about the Libguestfs mailing list