Let vol initialize happen.

This commit is contained in:
Christopher Laprise 2018-04-12 15:43:14 -04:00
parent ccddef2f44
commit 4456e57bf2
No known key found for this signature in database
GPG Key ID: 448568C8B281C952

View File

@ -90,7 +90,8 @@ mkdir -p $rw
if [ -e /dev/xvdb ] && mount -o ro /dev/xvdb $rw ; then if [ -e /dev/xvdb ] && mount -o ro /dev/xvdb $rw ; then
echo "Good read-only mount." echo "Good read-only mount."
else else
abort_startup "Mount failed!" echo "Mount failed. Let qubes-mount-dirs (re)initialize volume..."
exit 0
fi fi