tests/boot: Remove unused store contents
This commit is contained in:
parent
22bc910c1a
commit
26e44a0a5c
@ -12,22 +12,7 @@ let
|
|||||||
modules =
|
modules =
|
||||||
[ ../modules/installer/cd-dvd/installation-cd-minimal.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;
|
|
||||||
|
|
||||||
# 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
|
|
||||||
];
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
}).config.system.build.isoImage;
|
}).config.system.build.isoImage;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user