From 4456e57bf2f5e7980e85a32e79f21d766e646f3f Mon Sep 17 00:00:00 2001 From: Christopher Laprise Date: Thu, 12 Apr 2018 15:43:14 -0400 Subject: [PATCH] Let vol initialize happen. --- vm-boot-protect.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vm-boot-protect.sh b/vm-boot-protect.sh index f57f881..8ebd38e 100644 --- a/vm-boot-protect.sh +++ b/vm-boot-protect.sh @@ -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