Skip to content

Commit

Permalink
nixos/tests/installer lvm: increase partition size
Browse files Browse the repository at this point in the history
We apparently didn't fit anymore.  I don't think this test is meant
to (also) check closure size.
  • Loading branch information
vcunat committed Jul 25, 2020
1 parent 499ae67 commit 5475b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/installer.nix
Expand Up @@ -562,7 +562,7 @@ in {
"sleep 1",
"lvcreate --size 1G --name swap MyVolGroup",
"sleep 1",
"lvcreate --size 2G --name nixos MyVolGroup",
"lvcreate --size 3G --name nixos MyVolGroup",
"sleep 1",
"mkswap -f /dev/MyVolGroup/swap -L swap",
"swapon -L swap",
Expand Down

0 comments on commit 5475b84

Please sign in to comment.