From 39dcc4f882c2793e020523317410640d88ecde4a Mon Sep 17 00:00:00 2001 From: Itxaka Date: Fri, 22 Sep 2023 11:11:05 +0200 Subject: [PATCH] :robot: Fix systemd-fips framework trying to copy non-existing file It now should use the generic bootargs like the rest of the flavors Signed-off-by: Itxaka --- Earthfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Earthfile b/Earthfile index db75239a2..ffa6f0091 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