[Libguestfs] [PATCH] Converter: Explicitly preload sym53c8xx when running mkinitrd

Richard W.M. Jones rjones at redhat.com
Fri Feb 12 16:50:54 UTC 2010


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.6

Can'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




More information about the Libguestfs mailing list