From 26e44a0a5ca4e79d5f219b3e185bd53fd6a0d476 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Wed, 8 Jul 2015 16:23:42 -0700 Subject: [PATCH] tests/boot: Remove unused store contents --- nixos/tests/boot.nix | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/nixos/tests/boot.nix b/nixos/tests/boot.nix index 2fdbb0c00b8..6a1d330155e 100644 --- a/nixos/tests/boot.nix +++ b/nixos/tests/boot.nix @@ -12,22 +12,7 @@ let modules = [ ../modules/installer/cd-dvd/installation-cd-minimal.nix ../modules/testing/test-instrumentation.nix - { key = "serial"; - boot.loader.grub.timeout = mkOverride 0 0; - - # The test cannot access the network, so any sources we - # need must be included in the ISO. - isoImage.storeContents = - [ pkgs.glibcLocales - pkgs.sudo - pkgs.docbook5 - pkgs.docbook5_xsl - pkgs.grub - pkgs.perlPackages.XMLLibXML - pkgs.unionfs-fuse - pkgs.gummiboot - ]; - } + { key = "serial"; } ]; }).config.system.build.isoImage;