From 06853a60836820c253462b14900cc734927f6e1a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 6 Feb 2007 22:23:56 +0000 Subject: [PATCH] svn path=/nixos/trunk/; revision=7872 --- configuration/rescue-cd.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/configuration/rescue-cd.nix b/configuration/rescue-cd.nix index 262529551bb..48a76cb0746 100644 --- a/configuration/rescue-cd.nix +++ b/configuration/rescue-cd.nix @@ -1,7 +1,7 @@ rec { - nixpkgsRel = "nixpkgs-0.11pre7861"; + nixpkgsRel = "nixpkgs-0.11pre7871"; configuration = { @@ -11,9 +11,6 @@ rec { readOnlyRoot = true; # The label used to identify the installation CD. rootLabel = "NIXOS"; - initrd = { - enableSplashScreen = pkgs.stdenv.system != "x86_64-linux"; - }; }; services = { @@ -122,7 +119,7 @@ rec { # Get a recent copy of Nixpkgs. nixpkgsTarball = pkgs.fetchurl { url = configuration.installer.nixpkgsURL + "/" + nixpkgsRel + ".tar.bz2"; - md5 = "f88f686e7bbe33065b3c9f3ce5224fea"; + md5 = "262eadc0c4d1d954cf0ac8b03a9edfef"; };