ISO/Makefile
2025-04-26 09:07:51 +02:00

6 lines
308 B
Makefile

iso:
sed "s|%REL_VER%|$(shell grep -E 'release_version.' profiledef.sh | cut -d= -f2 | jq -r '.')|; 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