From c1687e7f431e8ec0bd23a9b616715f43055068ce Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Sun, 7 Feb 2021 17:23:26 -0600 Subject: core-services/03-filesystems.sh: respect auto_activation_volume_list Closes #64. --- core-services/03-filesystems.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core-services/03-filesystems.sh b/core-services/03-filesystems.sh index 5053e99..df40ff7 100644 --- a/core-services/03-filesystems.sh +++ b/core-services/03-filesystems.sh @@ -17,7 +17,7 @@ fi if [ -x /sbin/vgchange -o -x /bin/vgchange ]; then msg "Activating LVM devices..." - vgchange --sysinit -a y || emergency_shell + vgchange --sysinit -a ay || emergency_shell fi if [ -e /etc/crypttab ]; then @@ -26,7 +26,7 @@ if [ -e /etc/crypttab ]; then if [ -x /sbin/vgchange -o -x /bin/vgchange ]; then msg "Activating LVM devices for dm-crypt..." - vgchange --sysinit -a y || emergency_shell + vgchange --sysinit -a ay || emergency_shell fi fi -- cgit 1.4.1