catch lvm failure

This commit is contained in:
illiliti 2020-05-26 17:00:30 +03:00
parent aa4812ad04
commit 12a3429f36

2
init
View File

@ -159,6 +159,8 @@ trigger_lvm()
else
lvm vgchange $@
fi
[ "$?" = 0 ] || panic "failed to trigger LVM"
}
mount_root()