🤖 Fix systemd-fips framework trying to copy non-existing file (#1844)

This commit is contained in:
Itxaka 2023-09-22 11:46:30 +02:00 committed by GitHub
parent 9a3f30504f
commit 87d205c41c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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