mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03: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 New Issue
Block a user