From 399cf6fe734c6ef7de2287952eb77b57d8bf64c4 Mon Sep 17 00:00:00 2001 From: "Anton V. Boyarshinov" Date: Wed, 22 Dec 2010 11:23:17 +0300 Subject: [PATCH] stage1.c: run plymouth on tty5 --- stage1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage1.c b/stage1.c index 27f85fb..421621c 100644 --- a/stage1.c +++ b/stage1.c @@ -155,7 +155,7 @@ static void spawn_splash(void) { #ifdef SPAWN_SPLASH if (!IS_SPLASH) return; - char * splash_name[] = { "/sbin/plymouthd", "plymouthd", NULL }; + char * splash_name[] = { "/sbin/plymouthd", "plymouthd", "--tty=/dev/tty5", NULL }; log_message("spawning a splash screen"); if(spawn(splash_name)) sleep(1);