Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarmtemp committed Jun 19, 2024
1 parent 070d716 commit a23f730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/image-install-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<EOF >> /usr/lib/bootc/install/00-nosmt.toml
RUN cat <<EOF >> /usr/lib/bootc/install/00-mitigations.toml
[install.filesystem.root]
type = "xfs"
[install]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a23f730

Please sign in to comment.