Displaying 1 result from an estimated 1 matches for "4309d9e".
Did you mean:
430994
2011 Mar 22
1
[PATCH v2v] Add --root (root choice) option.
...get the old behaviour by specifying
--root=single. There are various other behaviours available
too.
---
v2v/virt-v2v.pl | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++---
1 files changed, 100 insertions(+), 6 deletions(-)
diff --git a/v2v/virt-v2v.pl b/v2v/virt-v2v.pl
index 264fe21..4309d9e 100755
--- a/v2v/virt-v2v.pl
+++ b/v2v/virt-v2v.pl
@@ -244,6 +244,45 @@ I<profile> in the configuration file.
=cut
+my $root_choice = "ask";
+
+=item B<--root=ask>
+
+=item B<--root=single>
+
+=item B<--root=first>
+
+=item B<--root=/dev/sdX>
+
+Choose t...