From 05acdb8610309cc4624818b494bf27f990feef1a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 26 Nov 2006 23:32:15 +0000 Subject: [PATCH] * Put something on the logging console. svn path=/nixu/trunk/; revision=7141 --- test/splash-themes.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/splash-themes.nix b/test/splash-themes.nix index 72ab07bcae5..cc3a7b756fa 100644 --- a/test/splash-themes.nix +++ b/test/splash-themes.nix @@ -45,6 +45,9 @@ rec { { tty = 5; theme = themePativo; } + { tty = 10; # logging console + theme = themeGNU; + } ]; }