Jiri Slaby
05bf1ff37b
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=532
16 lines
612 B
Plaintext
16 lines
612 B
Plaintext
# Two different versions of the xen frontend block driver exist:
|
|
#
|
|
# traditional implementation
|
|
# pvops-based implementation
|
|
#
|
|
# In order to enable indirect descriptors with some non-SUSE hypervisor
|
|
# environments, it may be necessary to switch from the traditional
|
|
# implementation to the pvops-based implementation. To do this, ensure
|
|
# the appropriate section below is uncommented, and rebuild the initrd.
|
|
#
|
|
### Enable the traditional implementation of blkfront
|
|
install xen-blkfront /sbin/modprobe xenblk
|
|
#
|
|
### Enable the pvops-based implementation of blkfront
|
|
#install xenblk /sbin/modprobe xen-blkfront
|