Skip to content

Commit c1687e7

Browse files
abensonDuncaen
authored andcommitted
core-services/03-filesystems.sh: respect auto_activation_volume_list
Closes #64.
1 parent 9ee5b2f commit c1687e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core-services/03-filesystems.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fi
1717

1818
if [ -x /sbin/vgchange -o -x /bin/vgchange ]; then
1919
msg "Activating LVM devices..."
20-
vgchange --sysinit -a y || emergency_shell
20+
vgchange --sysinit -a ay || emergency_shell
2121
fi
2222

2323
if [ -e /etc/crypttab ]; then
@@ -26,7 +26,7 @@ if [ -e /etc/crypttab ]; then
2626

2727
if [ -x /sbin/vgchange -o -x /bin/vgchange ]; then
2828
msg "Activating LVM devices for dm-crypt..."
29-
vgchange --sysinit -a y || emergency_shell
29+
vgchange --sysinit -a ay || emergency_shell
3030
fi
3131
fi
3232

0 commit comments

Comments
 (0)