nixos/tests/qemu-vm-external-disk-image: Increase bootSize

The systemd initrd is a little larger and it's gone over the threshold.
This commit is contained in:
Will Fancher
2026-04-07 21:53:09 -04:00
parent 0b198b61f6
commit 65090b23f6
+1 -1
View File
@@ -32,7 +32,7 @@ let
label = rootFslabel;
partitionTableType = "efi";
format = "qcow2";
bootSize = "32M";
bootSize = "128M";
additionalSpace = "0M";
copyChannel = false;
};