From 7dbac5c2f7b9e5d0ca04d4f5f4dc101f0ef0272e Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 25 Nov 2014 01:11:54 +0000 Subject: Add ipmitools to strata/tools.morph Add ipmitool to strata/tools.morph Ipmitool is needed to use pxeboot.write extension --- strata/tools.morph | 7 +++++++ strata/tools/ipmitool.morph | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 strata/tools/ipmitool.morph diff --git a/strata/tools.morph b/strata/tools.morph index a09c24f5..20bc1d27 100644 --- a/strata/tools.morph +++ b/strata/tools.morph @@ -105,3 +105,10 @@ chunks: unpetrify-ref: v3.3.9 build-depends: [] prefix: / +- name: ipmitool + morph: strata/tools/ipmitool.morph + repo: upstream:ipmitool + ref: be7917f9f58c8a354bc0960ed57516af5d2bd29a + unpetrify-ref: IPMITOOL_1_8_14 + build-depends: + - file diff --git a/strata/tools/ipmitool.morph b/strata/tools/ipmitool.morph new file mode 100644 index 00000000..db0d5a3a --- /dev/null +++ b/strata/tools/ipmitool.morph @@ -0,0 +1,5 @@ +name: ipmitool +kind: chunk +build-system: autotools +pre-configure-commands: +- touch NEWS -- cgit v1.2.1