From 53cd42dba61a9718b72974a7fc13efcdebf90c59 Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Thu, 19 Feb 2009 15:12:30 +0000 Subject: [PATCH] commented out theme because url is broken svn path=/nixos/trunk/; revision=14127 --- installer/cd-dvd/rescue-cd.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installer/cd-dvd/rescue-cd.nix b/installer/cd-dvd/rescue-cd.nix index 66c707c77a7..d069c4351f9 100644 --- a/installer/cd-dvd/rescue-cd.nix +++ b/installer/cd-dvd/rescue-cd.nix @@ -148,12 +148,14 @@ rec { sha256 = "0sdykpziij1f3w4braq8r8nqg4lnsd7i7gi1k5d7c31m2q3b9a7r"; }; } + /* url is broken { tty = 8; theme = pkgs.fetchurl { url = http://www.bootsplash.de/files/themes/Theme-GNU.tar.bz2; md5 = "61969309d23c631e57b0a311102ef034"; }; } + */ ]; };