summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-07-08 16:23:42 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-07-08 16:23:42 -0700
commit26e44a0a5ca4e79d5f219b3e185bd53fd6a0d476 (patch)
treeaa613b1a1a1126d03b27382ec634a60a2cfd4b6f /nixos
parent22bc910c1a307ddf488416be79bf013534df1ad0 (diff)
downloadnixpkgs-26e44a0a5ca4e79d5f219b3e185bd53fd6a0d476.tar
nixpkgs-26e44a0a5ca4e79d5f219b3e185bd53fd6a0d476.tar.gz
nixpkgs-26e44a0a5ca4e79d5f219b3e185bd53fd6a0d476.tar.bz2
nixpkgs-26e44a0a5ca4e79d5f219b3e185bd53fd6a0d476.tar.lz
nixpkgs-26e44a0a5ca4e79d5f219b3e185bd53fd6a0d476.tar.xz
nixpkgs-26e44a0a5ca4e79d5f219b3e185bd53fd6a0d476.tar.zst
nixpkgs-26e44a0a5ca4e79d5f219b3e185bd53fd6a0d476.zip
tests/boot: Remove unused store contents
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/boot.nix17
1 files changed, 1 insertions, 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;