mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-01 02:22:11 +02:00
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:
parent
c1c6fa7df5
commit
607f9b434f
@ -67,4 +67,7 @@ src_compile() {
|
||||
|
||||
src_install() {
|
||||
newbin ${GOBIN}/internal ${PN}
|
||||
|
||||
exeinto "/usr/libexec"
|
||||
newexe ${GOBIN}/internal "${PN}-rmcfg"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user