From 607f9b434f20ba86a0b0b0b66b90d06eccb5cc74 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Thu, 9 Jun 2022 18:52:28 +0200 Subject: [PATCH] sys-apps/ignition: add "ignition-rmcfg" binary this helper removes config from VMWare and Virtualbox and should not be directly used by the user. Signed-off-by: Mathieu Tortuyaux --- .../coreos-overlay/sys-apps/ignition/ignition-9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/ignition/ignition-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/ignition/ignition-9999.ebuild index 9538f5c267..679d9c7263 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-apps/ignition/ignition-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/ignition/ignition-9999.ebuild @@ -67,4 +67,7 @@ src_compile() { src_install() { newbin ${GOBIN}/internal ${PN} + + exeinto "/usr/libexec" + newexe ${GOBIN}/internal "${PN}-rmcfg" }