nixos/installer: Make test install disk larger to support the expressions

This commit is contained in:
William A. Kennington III 2015-05-25 21:11:59 -07:00
parent fd5b273e82
commit c8db08ee07

View File

@ -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"),