stage1.c: run plymouth on tty5

This commit is contained in:
Anton V. Boyarshinov 2010-12-22 11:23:17 +03:00
parent f1b2c66c92
commit 399cf6fe73

View File

@ -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);