]> git.scottworley.com Git - nixos-qemu-vm-isolation/commit - modules/qemu-vm-isolation.nix
squashfs -> ext4, which makes images ~5x larger. :(
authorScott Worley <scottworley@scottworley.com>
Fri, 21 Jul 2023 07:40:51 +0000 (00:40 -0700)
committerScott Worley <scottworley@scottworley.com>
Fri, 21 Jul 2023 09:49:01 +0000 (02:49 -0700)
commit68bdafb07183ce95311038842731769028f55712
tree422d1c95a9b518e604de882f3c05e09680aa087a
parent26efd1b62cf514c1b90d0be0b9aab4345e8b0c21
squashfs -> ext4, which makes images ~5x larger.  :(

https://github.com/NixOS/nixpkgs/pull/236656 changed NixOS's qemu-vm
disk-finding mechanism to use filesystem labels.

squashfs doesn't support filesystem labels (see
https://github.com/plougher/squashfs-tools/issues/59 ).

So we can't use squashfs anymore.  :(

The simple test's nix store image is 240M as squashfs and 1.3G as ext4.
README.md
modules/qemu-vm-isolation.nix