summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-05-25 21:11:59 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-05-25 21:11:59 -0700
commitc8db08ee07e16164448aed24de37ff020d112337 (patch)
tree82ce808dfe443cbc933c07ab6a15b7aa3b918028 /nixos
parentfd5b273e82cf7e78a94479730cf1f51d3a19c637 (diff)
downloadnixpkgs-c8db08ee07e16164448aed24de37ff020d112337.tar
nixpkgs-c8db08ee07e16164448aed24de37ff020d112337.tar.gz
nixpkgs-c8db08ee07e16164448aed24de37ff020d112337.tar.bz2
nixpkgs-c8db08ee07e16164448aed24de37ff020d112337.tar.lz
nixpkgs-c8db08ee07e16164448aed24de37ff020d112337.tar.xz
nixpkgs-c8db08ee07e16164448aed24de37ff020d112337.tar.zst
nixpkgs-c8db08ee07e16164448aed24de37ff020d112337.zip
nixos/installer: Make test install disk larger to support the expressions
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 64f98141cc0..603dfbe224f 100644
--- a/nixos/tests/installer.nix
+++ b/nixos/tests/installer.nix
@@ -120,7 +120,7 @@ let
       hdFlags =''hda => "harddisk", hdaInterface => "${iface}", '';
     in
     ''
-      createDisk("harddisk", 4 * 1024);
+      createDisk("harddisk", 8 * 1024);
 
       my $machine = createMachine({ ${hdFlags}
         cdrom => glob("${iso}/iso/*.iso"),