summary refs log tree commit diff
path: root/pkgs/build-support/vm/test.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2008-03-18 14:56:47 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2008-03-18 14:56:47 +0000
commitcc07ee1c77dd8324c11abda6abd576abd07c6788 (patch)
tree257c4892c5096af438693b0c84aa794604f05535 /pkgs/build-support/vm/test.nix
parentf7e6441399bb1d4ee1f3f524bd55dda6c5eb4096 (diff)
downloadnixpkgs-cc07ee1c77dd8324c11abda6abd576abd07c6788.tar
nixpkgs-cc07ee1c77dd8324c11abda6abd576abd07c6788.tar.gz
nixpkgs-cc07ee1c77dd8324c11abda6abd576abd07c6788.tar.bz2
nixpkgs-cc07ee1c77dd8324c11abda6abd576abd07c6788.tar.lz
nixpkgs-cc07ee1c77dd8324c11abda6abd576abd07c6788.tar.xz
nixpkgs-cc07ee1c77dd8324c11abda6abd576abd07c6788.tar.zst
nixpkgs-cc07ee1c77dd8324c11abda6abd576abd07c6788.zip
* Install RPMs without the --notriggers and --nodeps options in order
  to construct an image that better approximates the Linux
  distribution in question.

svn path=/nixpkgs/trunk/; revision=11184
Diffstat (limited to 'pkgs/build-support/vm/test.nix')
-rw-r--r--pkgs/build-support/vm/test.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/vm/test.nix b/pkgs/build-support/vm/test.nix
index bef100625a7..5ee816d799a 100644
--- a/pkgs/build-support/vm/test.nix
+++ b/pkgs/build-support/vm/test.nix
@@ -8,7 +8,7 @@ rec {
   buildPatchelfInVM = runInLinuxVM patchelf;
 
 
-  testRPMImage = makeImageTestScript diskImages.fedora5i386;
+  testRPMImage = makeImageTestScript diskImages.suse90i386;
 
 
   buildPatchelfRPM = buildRPM {