We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee5b2f commit c1687e7Copy full SHA for c1687e7
1 file changed
core-services/03-filesystems.sh
@@ -17,7 +17,7 @@ fi
17
18
if [ -x /sbin/vgchange -o -x /bin/vgchange ]; then
19
msg "Activating LVM devices..."
20
- vgchange --sysinit -a y || emergency_shell
+ vgchange --sysinit -a ay || emergency_shell
21
fi
22
23
if [ -e /etc/crypttab ]; then
@@ -26,7 +26,7 @@ if [ -e /etc/crypttab ]; then
26
27
28
msg "Activating LVM devices for dm-crypt..."
29
30
31
32
0 commit comments