From c5326d8f00235c41d60797b0530ff27974e7575d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 22 Jan 2007 22:22:37 +0000 Subject: [PATCH] * Don't use gensplash on x86_64 since it doesn't build and I'm too lazy to fix it right now. svn path=/nixos/trunk/; revision=7759 --- configuration/rescue-cd.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration/rescue-cd.nix b/configuration/rescue-cd.nix index 1da1b25fe25c..9fcc7ffd93fb 100644 --- a/configuration/rescue-cd.nix +++ b/configuration/rescue-cd.nix @@ -11,6 +11,9 @@ rec { readOnlyRoot = true; # The label used to identify the installation CD. rootLabel = "NIXOS"; + initrd = { + enableSplashScreen = pkgs.system != "x86_64-linux"; + }; }; services = { @@ -37,6 +40,7 @@ rec { # And a background to go with that. ttyBackgrounds = { + enable = pkgs.system != "x86_64-linux"; specificThemes = [ { tty = 8; theme = pkgs.fetchurl {