From 5e1ffa45c5155b4ae1e14c31621e85f893faf2f0 Mon Sep 17 00:00:00 2001 From: Luke Yang Date: Wed, 12 Jun 2024 14:53:56 -0400 Subject: [PATCH] wip --- tests/integration/image-install-upgrade.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/integration/image-install-upgrade.sh b/tests/integration/image-install-upgrade.sh index 0c347a6a..495dc04a 100755 --- a/tests/integration/image-install-upgrade.sh +++ b/tests/integration/image-install-upgrade.sh @@ -92,6 +92,9 @@ RUN dnf -y install python3 cloud-init && \ dnf -y clean all COPY auth.json /etc/ostree/auth.json RUN cat <> /usr/lib/bootc/install/00-nosmt.toml +[install.filesystem.root] +type = "xfs" +[install] kargs = ["mitigations=on"] EOF REALEOF