about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2014-02-09 11:59:02 -0500
committerShea Levy <shea@shealevy.com>2014-02-09 11:59:02 -0500
commit258c7536be8f74242f29b012dd1f1094cdd36fb7 (patch)
tree1bf57f2449e2ee24229e2adb8b0dc47374497a74 /nixos
parent56b87f44ec289ba67bd420afa747b010a57b5344 (diff)
downloadnixlib-258c7536be8f74242f29b012dd1f1094cdd36fb7.tar
nixlib-258c7536be8f74242f29b012dd1f1094cdd36fb7.tar.gz
nixlib-258c7536be8f74242f29b012dd1f1094cdd36fb7.tar.bz2
nixlib-258c7536be8f74242f29b012dd1f1094cdd36fb7.tar.lz
nixlib-258c7536be8f74242f29b012dd1f1094cdd36fb7.tar.xz
nixlib-258c7536be8f74242f29b012dd1f1094cdd36fb7.tar.zst
nixlib-258c7536be8f74242f29b012dd1f1094cdd36fb7.zip
Force a rebuild
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/installer.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix
index 564792a1a9db..b32012ea0347 100644
--- a/nixos/tests/installer.nix
+++ b/nixos/tests/installer.nix
@@ -252,9 +252,9 @@ in {
         ''
           $machine->succeed(
               "parted /dev/vda mklabel msdos",
-              "parted /dev/vda -- mkpart primary 1M 2048M", # first PV
+              "parted /dev/vda -- mkpart primary 1M 2048M", # PV1
               "parted /dev/vda -- set 1 lvm on",
-              "parted /dev/vda -- mkpart primary 2048M -1s", # second PV
+              "parted /dev/vda -- mkpart primary 2048M -1s", # PV2
               "parted /dev/vda -- set 2 lvm on",
               "udevadm settle",
               "pvcreate /dev/vda1 /dev/vda2",