From a4fc915634bdc56486575308fbf29c7499086672 Mon Sep 17 00:00:00 2001 From: Nicolas Pierron Date: Sun, 22 Feb 2009 16:08:51 +0000 Subject: [PATCH] commented out theme because url is broken svn path=/nixos/branches/fix-style/; revision=14186 --- 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"; }; } + */ ]; };