From: Mark Huang Date: Mon, 21 Aug 2006 20:24:09 +0000 (+0000) Subject: Install supermicro ipnmac utility X-Git-Tag: bootcd-3.4-2~56 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=6311eb1ae678446c06e3426ce80d1969ea463b93;p=bootcd.git Install supermicro ipnmac utility --- diff --git a/prep.sh b/prep.sh index 89862a8..de03c0f 100755 --- a/prep.sh +++ b/prep.sh @@ -8,7 +8,7 @@ # Mark Huang # Copyright (C) 2004-2006 The Trustees of Princeton University # -# $Id: prep.sh,v 1.10 2006/07/24 15:33:07 mlhuang Exp $ +# $Id: prep.sh,v 1.11 2006/08/11 12:53:51 thierry Exp $ # PATH=/sbin:/bin:/usr/sbin:/usr/bin @@ -167,6 +167,10 @@ popd # Disable all services in reference image chroot $bootcd sh -c "/sbin/chkconfig --list | awk '{ print \$1 }' | xargs -i /sbin/chkconfig {} off" +# Install ipnmac (for SuperMicro machines with IPMI) +echo "* Installing IPMI utilities" +install -D -m 755 ipnmac/ipnmac.x86 $bootcd/usr/sbin/ipnmac + # Install configuration files echo "* Installing configuration files" for file in fstab mtab modprobe.conf inittab hosts sysctl.conf ; do