Displaying 3 results from an estimated 3 matches for "08b27d6".
2016 May 18
0
[PATCH v2 11/11] v2v: improve initrd search
...;t use the version + release from the RPM data, rather from the
/lib/modules/<version>/ path as we need to find it out anyway.
---
v2v/convert_linux.ml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/v2v/convert_linux.ml b/v2v/convert_linux.ml
index e23cd64..08b27d6 100644
--- a/v2v/convert_linux.ml
+++ b/v2v/convert_linux.ml
@@ -125,7 +125,7 @@ let rec convert ~keep_serial_console (g : G.guestfs) inspect source rcaps =
let installed_kernels : kernel_info list =
let rex_ko = Str.regexp ".*\\.k?o\\(\\.xz\\)?$" in
let rex_ko_extract = Str....
2016 Jun 10
0
Re: [PATCH 1/2] v2v: fill the list of the EFI system partitions
...++++++++--------
> v2v/types.ml | 4 ++--
> v2v/types.mli | 3 ++-
> v2v/v2v.ml | 2 +-
> v2v/v2v_unit_tests.ml | 2 +-
> 6 files changed, 28 insertions(+), 14 deletions(-)
>
> diff --git a/v2v/convert_linux.ml b/v2v/convert_linux.ml
> index 08b27d6..2de5e42 100644
> --- a/v2v/convert_linux.ml
> +++ b/v2v/convert_linux.ml
> @@ -97,7 +97,7 @@ let rec convert ~keep_serial_console (g : G.guestfs) inspect source rcaps =
> "/boot/grub/grub.conf", `Grub1;
> ] in
> let locations =
> - if inspect.i_...
2016 May 18
21
[PATCH v2 00/11] Getting it work with SLES / openSUSE
Hi all,
v2 includes all comments from Pino and Richard. I also removed the
mkdir /run/lvm in the init since it only failed in one case and couldn't
reproduce it anymore.
Cédric Bosdonnat (11):
v2v: also search for windows virtio drivers in symlinks
Update packagelist for SLES and openSUSE
customize: fix windows firstboot script
customize: change windows firstboot path
customize: