From 87d205c41ca4864a62670cdf62ad67d48f4bb36f Mon Sep 17 00:00:00 2001 From: Itxaka Date: Fri, 22 Sep 2023 11:46:30 +0200 Subject: [PATCH] :robot: Fix systemd-fips framework trying to copy non-existing file (#1844) --- Earthfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Earthfile b/Earthfile index db75239a..ffa6f009 100644 --- a/Earthfile +++ b/Earthfile @@ -278,9 +278,6 @@ framework: COPY ./images/bootargs.cfg /framework/etc/cos/bootargs.cfg IF [[ "$FLAVOR" =~ -rpi$ ]] COPY ./images/rpi/config.txt /framework/boot/config.txt - ELSE IF [[ "$FLAVOR" =~ ^fips-systemd* ]] - # Use a generic one like redhat which has selinux disabled so it can be used on all flavors?? - COPY ./images/redhat/bootargs.cfg /framework/etc/cos/bootargs.cfg END END