From 4aa09663d121d35bb125e70b238e90648427c069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allen-Kristjan=20P=C3=A4ll?= Date: Thu, 5 Feb 2026 16:39:35 +0200 Subject: [PATCH] Makefile: remove akpall-ignition.raw --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index f8ba392..9135a44 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ config.json: config.yaml < config.yaml > config.json reset: config.json - if [ ! -f config.json ]; then \ + if [[ ! -f config.json ]]; then \ echo "No config.json" && \ exit 1; \ fi; \ @@ -22,7 +22,3 @@ update: VER=$$(curl -fsSL https://stable.release.flatcar-linux.net/amd64-usr/current/version.txt | grep FLATCAR_VERSION= | cut -d = -f 2) && \ echo $${VER} && \ 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