@@ -4,12 +4,15 @@ KICKSTARTS = \
fedora-rpi.ks \
fedora.ks
.PHONY: all clean
.PHONY: all clean publish
all: $(KICKSTARTS)
%.ks: %.ks.j2
python3 render.py $< > $@
publish:
sh publish.sh
clean:
rm -f $(KICKSTARTS)
The note is not visible to the blocked user.