mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
nixos/tests/installer lvm: increase partition size
We apparently didn't fit anymore. I don't think this test is meant to (also) check closure size.
This commit is contained in:
parent
499ae67142
commit
5475b84859
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue