From 6826096e1d9386036b768d4beb999c4c1606e3f3 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Mon, 6 Feb 2012 20:49:52 +0100 Subject: [PATCH] rc: only force login manager to use current virtual console at boot, not in subsequent runlevel changes --- etc/rc.d/init.d/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.d/init.d/rc b/etc/rc.d/init.d/rc index 2d09297..56ada9b 100755 --- a/etc/rc.d/init.d/rc +++ b/etc/rc.d/init.d/rc @@ -161,7 +161,7 @@ else # FIXME: when plymouth crashes and is restarted above the ENTER key X restart bug # comes back if not quit $PLYMOUTH quit - else + elif [ "$previous" == "N" ]; then [ -e /run/plymouth/pid ] && touch /var/spool/gdm/force-display-on-active-vt fi fi