From 07caba585b733f03086e6ba241570abd5a79a2be Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Wed, 21 Sep 2022 14:53:27 -0400 Subject: [PATCH] Update ipmitool build notes for Debian --- ipmitool/Build-notes | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/ipmitool/Build-notes b/ipmitool/Build-notes index 86791c6..2694f0f 100755 --- a/ipmitool/Build-notes +++ b/ipmitool/Build-notes @@ -1,8 +1,8 @@ Build Notes -Option #1 Run the script bldipmi.pl +RPM Option #1 Run the script bldipmi.pl -Option #2 Use the manual steps listed below: +RPM Option #2 Use the manual steps listed below: 1) Download ipmitool-1.8.11.tar.gz from https://xcat.svn.sourceforge.net/svnroot/xcat/xcat-dep/trunk/ipmitool/ipmitool-1.8.11.tar.gz to /tmp/ipmitool directory. 2) cd /tmp/ipmitool @@ -17,6 +17,15 @@ Option #2 Use the manual steps listed below: 11) Run "rpm -bb ipmitool.spec", which creates: /opt/freeware/src/packages/RPMS/ppc/ipmitool-1.8.11-1.aix5.3.ppc.rpm +DEB Option #1 + +1) git clone https://github.com/xcat2/xcat-dep.git +2) apt install dpkg-dev debhelper libssl-dev quilt +3) cd xcat-dep/ipmitool +4) ./make_deb.sh +5) Will generate file ipmitool-xcat__.deb file in current directory +6) Use debian/changelog file to update release version + NOTE #1 HOW TO CREATE THESE PATCHES 1) cd /tmp/ipmitool-1.8.11