search for: ea2a3b6

Displaying 2 results from an estimated 2 matches for "ea2a3b6".

Did you mean: aa2a3b4
2016 Sep 09
0
[PATCH] v2v: linux: Move kernel detection to a separate module.
...t;> G.Errno.errno_ENOENT then raise exn; + warning (f_"ignoring kernel %s in grub, as it does not exist.") + vmlinuz; + None + ) vmlinuzes in + + grub_kernels diff --git a/v2v/linux_kernels.mli b/v2v/linux_kernels.mli new file mode 100644 index 0000000..ea2a3b6 --- /dev/null +++ b/v2v/linux_kernels.mli @@ -0,0 +1,50 @@ +(* virt-v2v + * Copyright (C) 2009-2016 Red Hat Inc. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; ei...
2016 Sep 09
2
[PATCH] v2v: linux: Move kernel detection to a separate module.
This is a sort of follow-up to the Linux_bootloaders patch. It turns out all the kernel detection code is nicely self- contained and can therefore be moved to its own module. Rich.