about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJanne Heß <janne@hess.ooo>2022-03-26 18:31:11 +0100
committerGitHub <noreply@github.com>2022-03-26 18:31:11 +0100
commitfae56a205ee356a0a4b22dab36ef99a3a2afbc10 (patch)
tree03d5caa9265f57ce442c0cc1799b446fb2ba8606 /nixos
parentf7ad253271bc5bd8a951d8b6d3ab4e6ff7f0f18e (diff)
parent16bce5f2fe28c9a0e2eae10f9c83e0211fa3dfb3 (diff)
downloadnixlib-fae56a205ee356a0a4b22dab36ef99a3a2afbc10.tar
nixlib-fae56a205ee356a0a4b22dab36ef99a3a2afbc10.tar.gz
nixlib-fae56a205ee356a0a4b22dab36ef99a3a2afbc10.tar.bz2
nixlib-fae56a205ee356a0a4b22dab36ef99a3a2afbc10.tar.lz
nixlib-fae56a205ee356a0a4b22dab36ef99a3a2afbc10.tar.xz
nixlib-fae56a205ee356a0a4b22dab36ef99a3a2afbc10.tar.zst
nixlib-fae56a205ee356a0a4b22dab36ef99a3a2afbc10.zip
Merge pull request #165494 from helsinki-systems/upd/xfsprogs
xfsprogs: 5.13.0 -> 5.14.2
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/installer.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix
index 5525c3117b79..2cfadf85c935 100644
--- a/nixos/tests/installer.nix
+++ b/nixos/tests/installer.nix
@@ -568,7 +568,7 @@ in {
           "pvcreate /dev/vda1 /dev/vda2",
           "vgcreate MyVolGroup /dev/vda1 /dev/vda2",
           "lvcreate --size 1G --name swap MyVolGroup",
-          "lvcreate --size 3G --name nixos MyVolGroup",
+          "lvcreate --size 6G --name nixos MyVolGroup",
           "mkswap -f /dev/MyVolGroup/swap -L swap",
           "swapon -L swap",
           "mkfs.xfs -L nixos /dev/MyVolGroup/nixos",