1
0
mirror of https://github.com/akpall/akpella.git synced 2026-02-21 00:26:59 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
ad49207f4f Makefile: --pretty 2026-02-02 20:47:27 +02:00
5cb2be1cb4 Makefile: remove --pretty 2026-02-02 20:32:22 +02:00
05a8af3c3e Makefile: akpall-ignition.raw 2026-02-02 20:32:12 +02:00

View File

@@ -1,8 +1,8 @@
config.json: config.yaml config.json: config.yaml
docker run --rm -i \ docker run --rm -i \
quay.io/coreos/butane:latest \ quay.io/coreos/butane:latest \
--pretty \
--strict \ --strict \
--pretty \
< config.yaml > config.json < config.yaml > config.json
reset: config.json reset: config.json
@@ -22,3 +22,7 @@ update:
VER=$$(curl -fsSL https://stable.release.flatcar-linux.net/amd64-usr/current/version.txt | grep FLATCAR_VERSION= | cut -d = -f 2) && \ VER=$$(curl -fsSL https://stable.release.flatcar-linux.net/amd64-usr/current/version.txt | grep FLATCAR_VERSION= | cut -d = -f 2) && \
echo $${VER} && \ echo $${VER} && \
ssh akpella sudo flatcar-update -V $${VER} -A ssh akpella sudo flatcar-update -V $${VER} -A
akpall-ignition.raw:
curl -Os https://github.com/akpall/sysext-bakery/blob/akpella/akpall-ignition.raw
.PHONY: akpall-ignition.raw