Skip to content

Commit

Permalink
🐛 Provide a generic bootargs in the framework for fips (#1818)
Browse files Browse the repository at this point in the history
  • Loading branch information
Itxaka authored Sep 15, 2023
1 parent f911bc5 commit 1372066
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,9 @@ framework:
ELSE IF [[ "$FLAVOR" =~ -rpi$ ]]
COPY ./images/rpi/bootargs.cfg /framework/etc/cos/bootargs.cfg
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

Expand Down

0 comments on commit 1372066

Please sign in to comment.