tests/boot: Remove unused store contents

+1 -16
+1 -16
nixos/tests/boot.nix
··· 12 modules = 13 [ ../modules/installer/cd-dvd/installation-cd-minimal.nix 14 ../modules/testing/test-instrumentation.nix 15 - { key = "serial"; 16 - boot.loader.grub.timeout = mkOverride 0 0; 17 - 18 - # The test cannot access the network, so any sources we 19 - # need must be included in the ISO. 20 - isoImage.storeContents = 21 - [ pkgs.glibcLocales 22 - pkgs.sudo 23 - pkgs.docbook5 24 - pkgs.docbook5_xsl 25 - pkgs.grub 26 - pkgs.perlPackages.XMLLibXML 27 - pkgs.unionfs-fuse 28 - pkgs.gummiboot 29 - ]; 30 - } 31 ]; 32 }).config.system.build.isoImage; 33
··· 12 modules = 13 [ ../modules/installer/cd-dvd/installation-cd-minimal.nix 14 ../modules/testing/test-instrumentation.nix 15 + { key = "serial"; } 16 ]; 17 }).config.system.build.isoImage; 18