livecd-bashrc: Avoid a startx race by restricting to tty1
authorW. Trevor King <wking@tremily.us>
Mon, 4 Mar 2013 02:33:02 +0000 (21:33 -0500)
committerBrian Dolbec <dolsen@gentoo.org>
Thu, 6 Jun 2013 03:45:04 +0000 (20:45 -0700)
commitb98b3f1cefc8d82cead74903f46e2bfe869b6b6c
tree52b14942c4beb5e99ef3feb0cb949f96f81fbdf9
parent563c3eba5d3a1e7548039b447b5cc75c5bff664a
livecd-bashrc: Avoid a startx race by restricting to tty1

Otherwise several virtual consoles may notice the existence of
/etc/startx, and spawn simultaneous X servers.  This way we only spawn
a single X server, regardless of timing.

A better solution here is probably to add a "start" or "x-server"
service to /etc/init.d/, but that's more work than I'm up to at the
moment.
livecd/files/livecd-bashrc