From 3f65f9ee55104e39e10ea6dda3836dc5441c440c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 30 Mar 2007 13:08:01 +0000 Subject: [PATCH] * tty-backgrounds: declare /etc/splash properly. svn path=/nixos/trunk/; revision=8507 --- upstart-jobs/tty-backgrounds.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/upstart-jobs/tty-backgrounds.nix b/upstart-jobs/tty-backgrounds.nix index 3956d9fb8b4..6debe9e8f44 100644 --- a/upstart-jobs/tty-backgrounds.nix +++ b/upstart-jobs/tty-backgrounds.nix @@ -15,14 +15,17 @@ rec { themes = map (x: if x ? theme then (unpackTheme x.theme) else "default") backgrounds; }; + extraEtc = [ + { source = themesUnpacked; + target = "splash"; + } + ]; + job = " start on hardware-scan start script - rm -f /etc/splash - ln -s ${themesUnpacked} /etc/splash - # Critical: tell the kernel where to find splash_helper. It calls # this program every time we switch between consoles. echo ${splashutils}/bin/splash_helper > /proc/sys/kernel/fbsplash