blob: 90ffdea882b21c4f4d8238c36185f7a4112262bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# /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
|