Installer test: Use the minimal ISO

So we don't depend on KDE etc. (which we don't even test here).

+4 -3
+4 -3
nixos/tests/installer.nix
··· 6 6 7 7 let 8 8 9 - # Build the ISO. This is the regular installation CD but with test 10 - # instrumentation. 9 + # Build the ISO. This is the regular minimal installation CD but 10 + # with test instrumentation. 11 11 iso = 12 12 (import ../lib/eval-config.nix { 13 13 inherit system; 14 14 modules = 15 - [ ../modules/installer/cd-dvd/installation-cd-graphical.nix 15 + [ ../modules/installer/cd-dvd/installation-cd-minimal.nix 16 16 ../modules/testing/test-instrumentation.nix 17 17 { key = "serial"; 18 18 boot.loader.grub.timeout = mkOverride 0 0; ··· 43 43 { imports = 44 44 [ ./hardware-configuration.nix 45 45 <nixpkgs/nixos/modules/testing/test-instrumentation.nix> 46 + <nixpkgs/nixos/modules/profiles/minimal.nix> 46 47 ]; 47 48 48 49 ${if useEFI then ''