Created
February 6, 2012 18:41
-
-
Save dlight/1753981 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- a/hooks/lvm2 2012-02-06 12:40:19.264960345 -0300 | |
| +++ b/hooks/lvm2 2012-02-06 12:40:00.498396658 -0300 | |
| @@ -19,7 +19,7 @@ | |
| [ "${quiet}" = "y" ] && LVMQUIET=">/dev/null" | |
| msg "Activating logical volumes..." | |
| - [ -d /etc/lvm ] && /sbin/lvm vgscan --sysinit | |
| - eval /sbin/lvm vgchange --sysinit -a y $LVMQUIET | |
| + [ -d /etc/lvm ] && /sbin/lvm vgscan | |
| + eval /sbin/lvm vgchange -a y $LVMQUIET | |
| fi | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment