Displaying 2 results from an estimated 2 matches for "8b211f0".
Did you mean:
0x211f0
2010 May 13
1
[PATCH] Fix import of RHEL 3 kvm guests using kmod-virtio
..."virtio_blk", "virtio_net",
+ "virtio_pci");
} else {
$guestos->prepare_bootable($kernel, "sym53c8xx");
}
diff --git a/lib/Sys/VirtV2V/GuestOS/RedHat.pm b/lib/Sys/VirtV2V/GuestOS/RedHat.pm
index 8b211f0..af64dfa 100644
--- a/lib/Sys/VirtV2V/GuestOS/RedHat.pm
+++ b/lib/Sys/VirtV2V/GuestOS/RedHat.pm
@@ -1381,10 +1381,10 @@ sub prepare_bootable
# Backup the original initrd
$g->mv("$initrd", "$initrd.pre-v2v");
- # Create a new initrd which preloads th...
2010 May 13
1
[PATCH] Improve augeas error reporting
...ses of augeas in GuestOS::RedHat to use it for error reporting.
---
lib/Sys/VirtV2V/GuestOS/RedHat.pm | 185 ++++++++++++++++++++++++-------------
1 files changed, 121 insertions(+), 64 deletions(-)
diff --git a/lib/Sys/VirtV2V/GuestOS/RedHat.pm b/lib/Sys/VirtV2V/GuestOS/RedHat.pm
index cf8787d..8b211f0 100644
--- a/lib/Sys/VirtV2V/GuestOS/RedHat.pm
+++ b/lib/Sys/VirtV2V/GuestOS/RedHat.pm
@@ -93,6 +93,59 @@ sub new
return $self;
}
+sub _augeas_error
+{
+ my $self = shift;
+ my ($err) = @_; # The original error message. We will emit this if there
+ # were no augeas...