Package onboard K1 separately with a private portable installer

This commit is contained in:
DCCONSTRUCTIONS
2026-09-07 11:43:24 +03:00
parent 111fe3dcfb
commit d8cc5367c4
30 changed files with 1166 additions and 178 deletions
@@ -0,0 +1,7 @@
#!/usr/bin/python3 -I
import sys
sys.path.insert(0, "/usr/lib/mission-core-node/k1-install")
from credential_install import main
main(bundled=True)