# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.305 2005/07/08 15:07:25 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.306 2005/07/08 18:57:39 wolf31o2 Exp $
+
+ 08 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+ livecd/files/livecd-bashrc, targets/support/livecdfs-update.sh:
+ 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.
08 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
targets/stage1/stage1-chroot.sh:
if [ -e /usr/bin/X ]; then
if [ -e /etc/startx ]; then
rm -f /etc/startx
- startx
+ ##STARTX
cat /etc/motd
fi
fi
#!/bin/bash
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.18 2005/07/05 21:53:41 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.19 2005/07/08 18:57:39 wolf31o2 Exp $
. /tmp/chroot-functions.sh
update_env_settings
if [ -n "${clst_livecd_users}" -a -e /etc/startx ]
then
first_user=$(echo ${clst_livecd_users} | cut -d' ' -f1)
- sed -i "s/startx/su - $first_user -c startx/" /root/.bashrc
+ sed -i "s/##STARTX/su - $first_user -c startx/" /root/.bashrc
fi
# setup dhcp on all detected ethernet devices