#!/bin/sh
#*****************************************************************************
# Copyright 2010 NetApp, Inc.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation,  version 2 of the License.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# General Public License for more details.
#*****************************************************************************

#
#  Script %name:	install %
#  Instance:		WIC_4
#  %version:		4 %
#  Description:		
#  %created_by:		somasunk %
#  %date_created:	Tue Mar 13 17:16:11 2012 %

[ -f /etc/mpp.conf ] && dracut_install /etc/mpp.conf
[ -f /var/mpp/devicemapping ] && dracut_install /var/mpp/devicemapping
inst_hook cmdline 31 "$moddir/parse-mpp.sh"
inst_hook pre-udev 31 "$moddir/pre-udev-mpp.sh"
