mirror of
https://github.com/kairos-io/kairos.git
synced 2025-02-09 05:18:51 +00:00
🤖 Fix systemd-fips framework trying to copy non-existing file (#1844)
This commit is contained in:
parent
9a3f30504f
commit
87d205c41c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user