search for: f8dfa00d7

Displaying 1 result from an estimated 1 matches for "f8dfa00d7".

Did you mean: f8dfa00
2017 Jun 01
1
[PATCH] v2v: tell v2v the real root device to mkinitrd
...Call mkinitrd with rootdev environment variable to tell them all what device to use as root. Tested-By: C?dric Bosdonnat <cbosdonnat at suse.com> --- v2v/convert_linux.ml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/v2v/convert_linux.ml b/v2v/convert_linux.ml index f8dfa00d7..42a19947b 100644 --- a/v2v/convert_linux.ml +++ b/v2v/convert_linux.ml @@ -514,7 +514,9 @@ let rec convert (g : G.guestfs) inspect source output rcaps = else if family = `SUSE_family && g#is_file ~followsymlinks:true "/sbin/mkinitrd" then ( ignore ( -...