Remove ISO build tooling (deferred to later)

This commit is contained in:
Astral
2026-09-01 08:04:35 +02:00
parent 4805fe0f90
commit f0b06a1685
4 changed files with 7 additions and 60 deletions
+3 -4
View File
@@ -7,11 +7,10 @@ SHELL := sh
KAMA ?= ../kama
PKGS ?= ../kama-packages
.PHONY: iso install recipe-check clean
.PHONY: rootfs install recipe-check clean
iso:
rootfs:
sh scripts/build-root.sh
sh iso/build-iso.sh
install:
sh installer/install.sh
@@ -22,4 +21,4 @@ recipe-check:
done
clean:
rm -rf iso/work /tmp/keru
rm -rf /tmp/keru