From d08fda2f21814f0fae837bbf8660db80e72c9f12 Mon Sep 17 00:00:00 2001 From: Itxaka Date: Mon, 17 Apr 2023 13:11:15 +0200 Subject: [PATCH] bug: Fix rpi initrd not being linked (#1309) --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 2fe52c5..e3f0a99 100644 --- a/Earthfile +++ b/Earthfile @@ -350,7 +350,7 @@ base-image: END - IF [[ "$FLAVOR" =~ ^alpine.* ]] || [[ "$FLAVOR" =~ .*-arm-rpi$ ]] + IF [[ "$FLAVOR" =~ ^alpine.* ]] # no dracut on those flavors, do nothing ELSE # Regenerate initrd if necessary