Displaying 2 results from an estimated 2 matches for "477312b".
2016 Aug 15
2
[PATCH v2] v2v: factor out bootloader handling
...Not_found ->
+ error (f_"no bootloader detected") in
+
+ match typ with
+ | Grub1 -> new bootloader_grub1 g inspect config_file
+ | Grub2 -> new bootloader_grub2 g config_file
diff --git a/v2v/bootloaders.mli b/v2v/bootloaders.mli
new file mode 100644
index 0000000..477312b
--- /dev/null
+++ b/v2v/bootloaders.mli
@@ -0,0 +1,44 @@
+(* 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; eith...
2016 Aug 15
0
Re: [PATCH v2] v2v: factor out bootloader handling
...(f_"no bootloader detected") in
> +
> + match typ with
> + | Grub1 -> new bootloader_grub1 g inspect config_file
> + | Grub2 -> new bootloader_grub2 g config_file
> diff --git a/v2v/bootloaders.mli b/v2v/bootloaders.mli
> new file mode 100644
> index 0000000..477312b
> --- /dev/null
> +++ b/v2v/bootloaders.mli
> @@ -0,0 +1,44 @@
> +(* 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 b...