12 lines
382 B
Bash
12 lines
382 B
Bash
# /lib/rcscripts/addons/evms-start.sh: Setup evms volumes at boot
|
|
# Copyright 1999-2005 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/sys-fs/evms/files/evms2-start.sh,v 1.4 2008/09/08 08:57:09 dev-zero Exp $
|
|
|
|
if [ -z ${CDBOOT} ] ; then
|
|
ebegin "Activating EVMS"
|
|
evms_activate
|
|
retval=$?
|
|
eend ${retval}
|
|
fi
|