Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarmtemp committed Jun 12, 2024
1 parent 52063f7 commit 5e1ffa4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/image-install-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ RUN dnf -y install python3 cloud-init && \
dnf -y clean all
COPY auth.json /etc/ostree/auth.json
RUN cat <<EOF >> /usr/lib/bootc/install/00-nosmt.toml
[install.filesystem.root]
type = "xfs"
[install]
kargs = ["mitigations=on"]
EOF
REALEOF
Expand Down

0 comments on commit 5e1ffa4

Please sign in to comment.