From a23f73038a664d34206744ee8ded831a14f077ca Mon Sep 17 00:00:00 2001 From: Luke Yang Date: Wed, 19 Jun 2024 14:07:51 -0400 Subject: [PATCH] wip --- tests/integration/image-install-upgrade.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/image-install-upgrade.sh b/tests/integration/image-install-upgrade.sh index 495dc04ac..f4f9e7fe7 100755 --- a/tests/integration/image-install-upgrade.sh +++ b/tests/integration/image-install-upgrade.sh @@ -91,7 +91,7 @@ RUN dnf -y update ./bootc-2*.${ARCH}.rpm && \ 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 +RUN cat <> /usr/lib/bootc/install/00-mitigations.toml [install.filesystem.root] type = "xfs" [install] @@ -160,7 +160,7 @@ case "$IMAGE_TYPE" in -v /dev:/dev \ -v .:/output \ "$TEST_IMAGE_URL" \ - bootc install to-disk --filesystem "$ROOTFS" --generic-image --via-loopback --karg=nosmt /output/disk.raw + bootc install to-disk --filesystem "$ROOTFS" --generic-image --via-loopback /output/disk.raw sudo qemu-img convert -f raw ./disk.raw -O qcow2 "/var/lib/libvirt/images/disk.qcow2" rm -f disk.raw