--- trunk/busybox/splash-functions.rc 2011/02/04 21:31:22 1276 +++ trunk/busybox/splash-functions.rc 2011/02/04 21:34:23 1277 @@ -68,7 +68,12 @@ then splash_control "exit" splash_cursor enable - chvt 1 + if [[ -n ${SPLASH_X11_TTY} ]] + then + chvt ${SPLASH_X11_TTY} + else + chvt 1 + fi fi }