Olaf Hering
396bc537b5
Update xen_pvdrivers.conf to match not only libata but also ata_piix This avoids IO errors in the piix driver caused by unplugged hardware OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=197
9 lines
397 B
Plaintext
9 lines
397 B
Plaintext
# Install the paravirtualized drivers
|
|
install libata /sbin/modprobe xen-vbd 2>&1 |:; /sbin/modprobe --ignore-install libata
|
|
install ata_piix /sbin/modprobe xen-vbd 2>&1 |:; /sbin/modprobe --ignore-install ata_piix
|
|
|
|
install 8139cp /sbin/modprobe xen-vnif 2>&1 |:; /sbin/modprobe --ignore-install 8139cp
|
|
|
|
install 8139too /sbin/modprobe xen-vnif 2>&1 |:; /sbin/modprobe --ignore-install 8139too
|
|
|