Growpart with lvm root volume seems to not work
This commit is contained in:
parent
554761c118
commit
4f12db815b
2 changed files with 0 additions and 2 deletions
|
@ -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" ];
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue