diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix index 3d6cb2881dba..b8f2fad73503 100644 --- a/nixos/tests/installer.nix +++ b/nixos/tests/installer.nix @@ -1209,9 +1209,9 @@ in createPartitions = '' installer.succeed( "flock /dev/vda parted --script /dev/vda -- mklabel gpt" - + " mkpart ESP fat32 1M 100MiB" # /boot + + " mkpart ESP fat32 1M 170MiB" # /boot + " set 1 boot on" - + " mkpart primary linux-swap 100MiB 1024MiB" + + " mkpart primary linux-swap 170MiB 1024MiB" + " mkpart primary ext2 1024MiB -1MiB", # / "udevadm settle", "mkswap /dev/vda2 -L swap",