X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=rc.d%2Frc.shutdown;fp=rc.d%2Frc.shutdown;h=8fab3cfec5383cba3feaca689215e77aa7f68e01;hb=ab1fdb56eae724010c5c1eb3542e3c54691597a4;hp=96d78646403b283aa9b9eebad6877a12ff5e673e;hpb=0603354acf21cc77a19b97ae3218ae65cef3d138;p=rc-scripts.git diff --git a/rc.d/rc.shutdown b/rc.d/rc.shutdown index 96d7864..8fab3cf 100755 --- a/rc.d/rc.shutdown +++ b/rc.d/rc.shutdown @@ -116,7 +116,7 @@ run_cmd "Remounting root filesystem in ro mode" mount -n -o remount,ro / if [ -x /sbin/vgchange ]; then lvmversion=$(LC_ALL=C /sbin/vgchange --version 2>/dev/null | awk '/LVM version:/{if ($3 >= 2) print "2"}') if [ "$lvmversion" = "2" ]; then - lvmsysinit="--sysinit" + lvmsysinit="--sysinit --noudevsync" else lvmsysinit="" fi