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)
committerW. Trevor King <wking@tremily.us>
Wed, 6 Mar 2013 16:57:00 +0000 (11:57 -0500)
commit1fdbc0e92ed3309eeadb43c3768ec3d1e74fbf25
tree451f36996b95003639a806d32253135a5635fc58
parentd1c2ba9bdaf1a69078fcbcd6ec4210e829f99f0a
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