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:
@@ -32,7 +32,7 @@ let
|
||||
label = rootFslabel;
|
||||
partitionTableType = "efi";
|
||||
format = "qcow2";
|
||||
bootSize = "32M";
|
||||
bootSize = "128M";
|
||||
additionalSpace = "0M";
|
||||
copyChannel = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user