You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use case is running qemu-system-riscv64 with -initrd. I don't want a disk image in the form of qcow2 since I don't know if nixos-generators supports outputting a zstd-compressed qcow2 image (with qemu-img create -f qcow2 -o compression_type=zstd). I guess zstd compression could be a separate issue instead...
The text was updated successfully, but these errors were encountered:
My use case is running qemu-system-riscv64 with
-initrd
. I don't want a disk image in the form of qcow2 since I don't know if nixos-generators supports outputting a zstd-compressed qcow2 image (withqemu-img create -f qcow2 -o compression_type=zstd
). I guess zstd compression could be a separate issue instead...The text was updated successfully, but these errors were encountered: