From 263a097ae3b372400f8475b5da7f35b58b1a8806 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 25 Sep 2013 15:26:06 -0700 Subject: [PATCH] Start the X server only once. Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=481236 --- livecd/files/livecd-bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livecd/files/livecd-bashrc b/livecd/files/livecd-bashrc index 983e657..9ea1fea 100644 --- a/livecd/files/livecd-bashrc +++ b/livecd/files/livecd-bashrc @@ -4,7 +4,7 @@ if [ ! "$(grep nox /proc/cmdline)" ] then if [ -x /usr/bin/X ] then - if [ -e /etc/startx ] + if [ -e /etc/startx -a $(tty) = "/dev/tty7" ]; then rm -f /etc/startx ##STARTX -- 1.8.3.2