Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 481236 | Differences between
and this patch

Collapse All | Expand All

(-)a/livecd/files/livecd-bashrc (-2 / +1 lines)
Lines 4-10 if [ ! "$(grep nox /proc/cmdline)" ] Link Here
4
then
4
then
5
	if [ -x /usr/bin/X ]
5
	if [ -x /usr/bin/X ]
6
	then
6
	then
7
		if [ -e /etc/startx ]
7
		if [ -e /etc/startx -a $(tty) = "/dev/tty1" ];
8
		then
8
		then
9
			rm -f /etc/startx
9
			rm -f /etc/startx
10
			##STARTX
10
			##STARTX
11
- 

Return to bug 481236