mirror of
https://github.com/tasket/Qubes-VM-hardening.git
synced 2025-06-13 16:52:53 -04:00
Let vol initialize happen.
This commit is contained in:
parent
ccddef2f44
commit
4456e57bf2
1 changed files with 2 additions and 1 deletions
|
@ -90,7 +90,8 @@ mkdir -p $rw
|
|||
if [ -e /dev/xvdb ] && mount -o ro /dev/xvdb $rw ; then
|
||||
echo "Good read-only mount."
|
||||
else
|
||||
abort_startup "Mount failed!"
|
||||
echo "Mount failed. Let qubes-mount-dirs (re)initialize volume..."
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue