Growpart with lvm root volume seems to not work
Some checks failed
/ terraform-providers (push) Successful in 12m27s
/ rust-packages (push) Successful in 12m48s
/ systems (push) Successful in 54m50s
/ check (push) Failing after 1m9s
/ dev-shell (push) Successful in 1m49s

This commit is contained in:
Kaare Hoff Skovgaard 2025-08-09 23:31:29 +02:00
parent 554761c118
commit 4f12db815b
Signed by: khs
GPG key ID: C7D890804F01E9F0
2 changed files with 0 additions and 2 deletions

View file

@ -30,7 +30,6 @@ in
diskName = cfg.diskName;
}
);
boot.growPartition = lib.mkDefault true;
boot.tmp.cleanOnBoot = lib.mkDefault true;
boot.initrd.kernelModules = lib.mkIf (system == "aarch64-linux") [ "virtio_gpu" ];
boot.kernelParams = lib.mkIf (system == "aarch64-linux") [ "console=tty" ];

View file

@ -24,7 +24,6 @@ in
);
# When this is set as the default, outbound ipv6 doesn't work on the instance.
networking.tempAddresses = "disabled";
boot.growPartition = lib.mkDefault true;
boot.loader.grub.efiSupport = false;
boot.loader.timeout = 1;
khscodes.virtualisation.qemu-guest.enable = true;