mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
Installer test: Use the minimal ISO
So we don't depend on KDE etc. (which we don't even test here).
This commit is contained in:
parent
51c349d0cc
commit
0a967b9268
@ -6,13 +6,13 @@ with pkgs.lib;
|
|||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
# Build the ISO. This is the regular installation CD but with test
|
# Build the ISO. This is the regular minimal installation CD but
|
||||||
# instrumentation.
|
# with test instrumentation.
|
||||||
iso =
|
iso =
|
||||||
(import ../lib/eval-config.nix {
|
(import ../lib/eval-config.nix {
|
||||||
inherit system;
|
inherit system;
|
||||||
modules =
|
modules =
|
||||||
[ ../modules/installer/cd-dvd/installation-cd-graphical.nix
|
[ ../modules/installer/cd-dvd/installation-cd-minimal.nix
|
||||||
../modules/testing/test-instrumentation.nix
|
../modules/testing/test-instrumentation.nix
|
||||||
{ key = "serial";
|
{ key = "serial";
|
||||||
boot.loader.grub.timeout = mkOverride 0 0;
|
boot.loader.grub.timeout = mkOverride 0 0;
|
||||||
@ -43,6 +43,7 @@ let
|
|||||||
{ imports =
|
{ imports =
|
||||||
[ ./hardware-configuration.nix
|
[ ./hardware-configuration.nix
|
||||||
<nixpkgs/nixos/modules/testing/test-instrumentation.nix>
|
<nixpkgs/nixos/modules/testing/test-instrumentation.nix>
|
||||||
|
<nixpkgs/nixos/modules/profiles/minimal.nix>
|
||||||
];
|
];
|
||||||
|
|
||||||
${if useEFI then ''
|
${if useEFI then ''
|
||||||
|
Loading…
Reference in New Issue
Block a user