From 6311eb1ae678446c06e3426ce80d1969ea463b93 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Mon, 21 Aug 2006 20:24:09 +0000 Subject: [PATCH] Install supermicro ipnmac utility --- prep.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.47.0