mirror of
https://github.com/tasket/Qubes-VM-hardening.git
synced 2024-10-01 06:35:42 -04:00
Let vol initialize happen.
This commit is contained in:
parent
ccddef2f44
commit
4456e57bf2
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user