Update documentation and scripts to remove all busybox/CLI references

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-02 01:46:09 +00:00
parent 35c236fe6b
commit 5bc97ca74b
14 changed files with 193 additions and 284 deletions

View File

@@ -16,9 +16,6 @@ BOOTLOADER=syslinux
# Init system
INIT=sparkos-init
# Default shell
SHELL=/bin/sh
# Compiler flags
CFLAGS=-Wall -O2 -static
LDFLAGS=-static