Use vgchange --sysinit

Turns off unnecessary stuff, and makes the command look cleaner
cleanup-cruft
Peter Hjalmarsson 14 years ago committed by Sebastian Pipping
parent 52e2a47637
commit ba56efcb97

@ -642,7 +642,7 @@ startVolumes() {
good_msg "Scanning for Volume Groups"
/bin/vgscan --ignorelockingfailure --mknodes 2>/dev/null
good_msg "Activating Volume Groups"
/bin/vgchange -ay --ignorelockingfailure 2>/dev/null
/bin/vgchange -ay --sysinit 2>/dev/null
# Disable EVMS since lvm is activated and they dont work together.
if [ "${USE_EVMS_NORMAL}" = '1' ]

Loading…
Cancel
Save