Ref: http://virtuallyfun.superglobalmegacorp.com/?cat=85
Why are net2k_pci and pcnet drivers not included at line 4353 in pvemanagerlib.js? I would like it to be:
Are there anywhere else I need to make changes and / or include some other files?
Any community ISOs of network and other drivers for win2k QEMU KVM guest available?
Why are net2k_pci and pcnet drivers not included at line 4353 in pvemanagerlib.js? I would like it to be:
Code:
Ext.define('PVE.form.NetworkCardSelector', {
extend: 'PVE.form.KVComboBox',
alias: ['widget.PVE.form.NetworkCardSelector'],
initComponent: function() {
var me = this;
me.data = [
['e1000', 'Intel E1000'],
['virtio', 'VirtIO (' + gettext('paravirtualized') + ')'],
['rtl8139', 'Realtec RTL8139'],
['vmxnet3', 'VMWare vmxnet3'],
['pcnet', 'AMD PcNet'],
['ne2k_pci', 'NE2k PCI']
];
me.callParent();
}
});
Any community ISOs of network and other drivers for win2k QEMU KVM guest available?