From da04ddf1b88b62ad77db29b8efa33649a0871b58 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Sat, 12 Jul 2003 19:21:26 +0000 Subject: added a check for lvmtab before activating LVM groups --- rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.sysinit b/rc.sysinit index ee8a39b..3418ce4 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -18,7 +18,7 @@ status "Starting DevFS Daemon" /sbin/devfsd /dev # /proc is temporarily mounted to check for LVM support - it is re-mounted # later from /etc/fstab /bin/mount -n -t proc none /proc -if [ -f /proc/lvm/global -a -x /sbin/vgchange ]; then +if [ -f /proc/lvm/global -a -x /sbin/vgchange -a -r /etc/lvmtab ]; then stat_busy "Scanning for LVM groups" /sbin/vgchange -a y stat_done -- cgit v1.2.3