Add "modprobe xenblk" to qubes_cow_setup.sh

... as this is the name of xen block frontend in case of
xenlinux kernels.
This commit is contained in:
Rafal Wojtczuk 2010-07-21 17:03:22 +02:00
parent 3e2958e578
commit a0f0b4afe4

View File

@ -9,7 +9,7 @@ if [ -e /dev/mapper/dmroot ] ; then
die "Qubes: FATAL error: /dev/mapper/dmroot already exists?!"
fi
modprobe xen-blkfront || echo "Qubes: Cannot load Xen Block Frontend..."
modprobe xenblk || modprobe xen-blkfront || echo "Qubes: Cannot load Xen Block Frontend..."
echo "Waiting for /dev/xvda* devices..."
while ! [ -e /dev/xvda ]; do sleep 0.1; done