sys-apps/ignition: symlink ignition-rmcfg

With the recent Ignition upgrade, Ignition took 15MB and two times as we
ship ignition-rmcfg as a copy of ignition.

Let's symlink ignition-rmcfg to save some space to migitate a bit the
size increase.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
Mathieu Tortuyaux 2025-03-27 16:58:19 +01:00
parent 17ecbee763
commit 2c60a083e6
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8
2 changed files with 1 additions and 2 deletions

View File

@ -71,6 +71,5 @@ src_compile() {
src_install() {
newbin ${GOBIN}/internal ${PN}
exeinto "/usr/libexec"
newexe ${GOBIN}/internal "${PN}-rmcfg"
dosym "/usr/bin/${PN}" "/usr/libexec/${PN}-rmcfg"
}