vm/qvm-block: use full modprobe path when loading block backend module

This commit is contained in:
Marek Marczykowski 2011-12-27 17:31:15 +01:00
parent ea8fc28384
commit 4b8de935bd

View File

@ -29,4 +29,4 @@ fi
xenstore-write "$XS_KEY/desc" "$DESC" "$XS_KEY/size" "$SIZE" "$XS_KEY/mode" "$MODE"
# Make sure that block backend is loaded
modprobe xen-blkback 2> /dev/null || modprobe blkbk
/sbin/modprobe xen-blkback 2> /dev/null || /sbin/modprobe blkbk