search for: 9bc0271

Displaying 1 result from an estimated 1 matches for "9bc0271".

Did you mean: 980271
2016 Aug 10
1
[PATCH] v2v: linux: accept 'sr' devices is fstab
...stems with multiple CD-ROMs, having entries for /dev/sr* devices may be inevitable. Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com> --- v2v/convert_linux.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2v/convert_linux.ml b/v2v/convert_linux.ml index 06943cd..9bc0271 100644 --- a/v2v/convert_linux.ml +++ b/v2v/convert_linux.ml @@ -1330,7 +1330,7 @@ let rec convert ~keep_serial_console (g : G.guestfs) inspect source rcaps = try List.assoc device map with Not_found -> if String.find device "md" = -1 && String.find...