- Added modprobe of evtchn to init.xend. The kernel will also need
to build evtchn as a module for this to be meaningful. OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=49
This commit is contained in:
committed by
Git OBS Bridge
parent
bad5086f18
commit
bb9fd9041b
@@ -87,6 +87,7 @@ case "$1" in
|
||||
# (in xen-network-common.sh and block-common.sh)
|
||||
# - xenblk when xend prepares for bootloader
|
||||
# but for now it's safest to have them loaded when xend starts in dom0.
|
||||
modprobe evtchn 2>/dev/null || true
|
||||
modprobe blktap 2>/dev/null || true
|
||||
modprobe blkbk 2>/dev/null || true
|
||||
modprobe xenblk 2>/dev/null || true
|
||||
|
Reference in New Issue
Block a user