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 <mtortuyaux@microsoft.com>
This commit is contained in:
Mathieu Tortuyaux 2022-06-09 18:52:28 +02:00
parent c1c6fa7df5
commit 607f9b434f

View File

@ -67,4 +67,7 @@ src_compile() {
src_install() {
newbin ${GOBIN}/internal ${PN}
exeinto "/usr/libexec"
newexe ${GOBIN}/internal "${PN}-rmcfg"
}