Matthew Booth
2010-Feb-12 16:48 UTC
[Libguestfs] [PATCH] Converter: Explicitly preload sym53c8xx when running mkinitrd
This is belt and braces, because we've already added it to scsi_hostadapter. --- lib/Sys/VirtV2V/Converter/Linux.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/Sys/VirtV2V/Converter/Linux.pm b/lib/Sys/VirtV2V/Converter/Linux.pm index 375da48..d5a93a7 100644 --- a/lib/Sys/VirtV2V/Converter/Linux.pm +++ b/lib/Sys/VirtV2V/Converter/Linux.pm @@ -341,7 +341,7 @@ sub _configure_boot if($virtio) { $guestos->prepare_bootable($kernel, "virtio_pci", "virtio_blk"); } else { - $guestos->prepare_bootable($kernel); + $guestos->prepare_bootable($kernel, "sym53c8xx"); } } -- 1.6.6
Richard W.M. Jones
2010-Feb-12 16:50 UTC
[Libguestfs] [PATCH] Converter: Explicitly preload sym53c8xx when running mkinitrd
On Fri, Feb 12, 2010 at 04:48:08PM +0000, Matthew Booth wrote:> This is belt and braces, because we've already added it to scsi_hostadapter. > --- > lib/Sys/VirtV2V/Converter/Linux.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/lib/Sys/VirtV2V/Converter/Linux.pm b/lib/Sys/VirtV2V/Converter/Linux.pm > index 375da48..d5a93a7 100644 > --- a/lib/Sys/VirtV2V/Converter/Linux.pm > +++ b/lib/Sys/VirtV2V/Converter/Linux.pm > @@ -341,7 +341,7 @@ sub _configure_boot > if($virtio) { > $guestos->prepare_bootable($kernel, "virtio_pci", "virtio_blk"); > } else { > - $guestos->prepare_bootable($kernel); > + $guestos->prepare_bootable($kernel, "sym53c8xx"); > } > } > > -- > 1.6.6Can't see any harm, ACK. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into Xen guests. http://et.redhat.com/~rjones/virt-p2v
Apparently Analagous Threads
- [PATCH] Fix mkinitrd detection of LVM root on RHEL 4
- [PATCH 1/2] Try to load the loop module before running mkinitrd
- [PATCH] Converter: Remove argument checking from internal functions
- [PATCH] Fix import of RHEL 3 kvm guests using kmod-virtio
- [PATCH 1/2] Fix remapping of block devices