This commit is contained in:
committed by
Git OBS Bridge
parent
622c859b48
commit
3c15755877
@@ -84,7 +84,6 @@ case "$1" in
|
||||
fi
|
||||
# Load XEN backend modules
|
||||
# Sidenote: They could be loaded later:
|
||||
# - netloop at network-bridge init time
|
||||
# - netbk and blkbk when the dom0 hotplug events occur
|
||||
# (in xen-network-common.sh and block-common.sh)
|
||||
# - xenblk when xend prepares for bootloader
|
||||
@@ -92,7 +91,6 @@ case "$1" in
|
||||
modprobe blktap 2>/dev/null || true
|
||||
modprobe blkbk 2>/dev/null || true
|
||||
modprobe xenblk 2>/dev/null || true
|
||||
modprobe netloop 2>/dev/null || true
|
||||
modprobe netbk 2>/dev/null || true
|
||||
xend start
|
||||
await_daemons_up
|
||||
|
Reference in New Issue
Block a user