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 8397a0b20b
commit 53d5ba81ed

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