diff options
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-x | rc.shutdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.shutdown b/rc.shutdown index 84003dd..ba4699f 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -81,7 +81,7 @@ fi if [[ $USELVM =~ yes|YES && -x /sbin/lvm && -d /sys/block ]]; then stat_busy "Deactivating LVM2 groups" - /sbin/lvm vgchange --ignorelockingfailure -an >/dev/null 2>&1 + /sbin/vgchange --sysinit -a n >/dev/null 2>&1 stat_done fi |