[Libguestfs] [PATCH v2 0/3] v2v: further bits of Debian/Ubuntu guests supports

Pino Toscano ptoscano at redhat.com
Mon Oct 3 09:43:58 UTC 2016


Hi,

this series adds a couple bits more in v2v to convert Debian/Ubuntu
(and derived) guests.  The series does not complete the support (see
known issues below), but all the patches here should be fit for review
and inclusion.  The series does not enable the conversion, yet.

Known issues:

* currently tested with simple local guest images, hence needs testing
  with real guests on libvirt/VMware/Xen/VirtualBox/etc (which have
  various tools to be removed/tweaked)

* is tweaking the "enterprise-linux" module the correct/wanted way?
  should it be renamed to just "linux" then?

* surely something else I'm missing

Changes in v2:
- dropped former patch #1, merged
- reorder former patch #3 as #1
- add kernel config file detection as patch #2
- adapt patch #3 to use the found config file, if available

Thanks,


Pino Toscano (3):
  v2v: bootloaders: improve detection of Grub2 default method
  v2v: linux kernels: detect config file
  v2v: linux: check also kernel config for modules

 v2v/linux_bootloaders.ml | 61 ++++++++++++++++++++++++++++++++++--------------
 v2v/linux_kernels.ml     | 31 ++++++++++++++++++++++--
 v2v/linux_kernels.mli    |  1 +
 3 files changed, 74 insertions(+), 19 deletions(-)

-- 
2.7.4




More information about the Libguestfs mailing list