ISO/Makefile
2025-04-26 12:51:13 +02:00

6 lines
309 B
Makefile

iso:
sed "s|%REL_VER%|$(shell grep -E 'release_version.' profiledef.sh | cut -d= -f2 | jq -r '.')|g; s|%ALP_VER%|$(shell grep -E 'iso_version.' profiledef.sh | cut -d= -f2 | jq -r '.')|" template/root/install.sh > airootfs/root/install.sh
sudo mkalpineiso -o ${PWD}/out
clean:
sudo rm -f ${PWD}/out/*.iso