aboutsummaryrefslogtreecommitdiff
path: root/livecd
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-07-08 18:57:39 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-07-08 18:57:39 +0000
commit610410ae92a44d44af3f0edd41bc7a45c8e4650d (patch)
treed6f333dd23ea0e09fe2187254daa0216ca50eff8 /livecd
parentFixed quoting in stage1 profile check. (diff)
downloadcatalyst-610410ae92a44d44af3f0edd41bc7a45c8e4650d.tar.gz
catalyst-610410ae92a44d44af3f0edd41bc7a45c8e4650d.tar.bz2
catalyst-610410ae92a44d44af3f0edd41bc7a45c8e4650d.zip
Fixing sed line for startx to auto-start X. Thanks to Christophe PEREZ <christophe.perez@novazur.com> on the gentoo-catalyst mailing list for finding this bug.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@778 d1e1f19c-881f-0410-ab34-b69fee027534
Diffstat (limited to 'livecd')
-rw-r--r--livecd/files/livecd-bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/livecd/files/livecd-bashrc b/livecd/files/livecd-bashrc
index dc01009c..16332ea9 100644
--- a/livecd/files/livecd-bashrc
+++ b/livecd/files/livecd-bashrc
@@ -3,7 +3,7 @@
if [ -e /usr/bin/X ]; then
if [ -e /etc/startx ]; then
rm -f /etc/startx
- startx
+ ##STARTX
cat /etc/motd
fi
fi