Install supermicro ipnmac utility
authorMark Huang <mlhuang@cs.princeton.edu>
Mon, 21 Aug 2006 20:24:09 +0000 (20:24 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Mon, 21 Aug 2006 20:24:09 +0000 (20:24 +0000)
prep.sh

diff --git a/prep.sh b/prep.sh
index 89862a8..de03c0f 100755 (executable)
--- a/prep.sh
+++ b/prep.sh
@@ -8,7 +8,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # 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