From f223bcc8ff66a943d361519655078aa9ba672001 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Sat, 22 Mar 2025 21:11:13 +0100 Subject: Disable copy-on-write on Btrfs --- autoinstall-openbsd-on-qemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoinstall-openbsd-on-qemu b/autoinstall-openbsd-on-qemu index 2921744..503d828 100755 --- a/autoinstall-openbsd-on-qemu +++ b/autoinstall-openbsd-on-qemu @@ -206,7 +206,7 @@ fi # Create disk image if not exists. if [ ! -e "${DISK_FILE}" ] then - qemu-img create -q -f qcow2 "${DISK_FILE}" "${DISK_SIZE}" + qemu-img create -q -f qcow2 "${DISK_FILE}" -o nocow=on "${DISK_SIZE}" printf "Created %s copy-on-write disk image at %s\\n" "${DISK_SIZE}" "${DISK_FILE}" fi -- cgit v1.2.3