<br><br><div class="gmail_quote">On Thu, Jan 8, 2009 at 9:05 PM, Bryan Kearney <span dir="ltr"><<a href="mailto:bkearney@redhat.com">bkearney@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">David Huff wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
David Huff wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Technically you could modify the vmx file to present the disk to vmware as a scis disk, which should work, since the scsi drivers are loaded in the the ramdisk and everything need to use a scsi disk should be on the image.<br>

</blockquote>
<br>
This is not %100 correct, I did have to add the sym53c8xx module to the initrd in order to boot the disk image created with appliance-creator as a scsi disk in kvm.<br>
<br>
Now the question is should this module be added to the default module list that get loaded via appliance-creator, or do we need to add the functionality where the module list can be customized as an argument?<br>
</blockquote>
<br></div>
+1 for a new command line option<br><font color="#888888">
<br>
</font></blockquote><div><br>kickstart has 'device' directive which should add the kmod to initrd:<br>  device kmod_name<br><br>example usage:<br><a href="http://git.et.redhat.com/?p=ovirt-node-image.git;a=blob;f=common-install.ks;hb=refs/heads/next#l13">http://git.et.redhat.com/?p=ovirt-node-image.git;a=blob;f=common-install.ks;hb=refs/heads/next#l13</a><br>
<br>but you need livecd-tools fix past 020 tag (so not in Fedora RPM yet):<br><a href="http://git.fedorahosted.org/git/?p=livecd;a=commitdiff;h=b98ad7391cef406967636f4fba7e3d5d2602e83f">http://git.fedorahosted.org/git/?p=livecd;a=commitdiff;h=b98ad7391cef406967636f4fba7e3d5d2602e83f</a><br>
<br>included in <a href="http://ovirt.org/repos/ovirt/10/x86_64/livecd-tools-020-2.fc10.x86_64.rpm">http://ovirt.org/repos/ovirt/10/x86_64/livecd-tools-020-2.fc10.x86_64.rpm</a><br><br></div></div>