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:
parent
3e2958e578
commit
a0f0b4afe4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user