# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.566 2006/02/09 12:16:03 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.567 2006/02/09 15:09:17 wolf31o2 Exp $
+
+ 09 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
+ livecd/files/livecd.motd.txt, targets/support/livecdfs-update.sh:
+ Updated the LiveCD motd to tell the user to run the display manager again,
+ rather than startx, while mentioning that startx is useful as a rescue X
+ session since it starts twm. This is catalyst 2.0_rc35.
09 Feb 2006; Eric Edgar <rocket@gentoo.org> targets/support/create-iso.sh:
Add hfs-hide options to mkisofs so macs boot
#!/usr/bin/python -OO
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.142 2006/02/08 22:17:39 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.143 2006/02/09 15:09:18 wolf31o2 Exp $
# Maintained in full by:
# Eric Edgar <rocket@gentoo.org>
import pdb
__maintainer__="Chris Gianelloni <wolf31o2@gentoo.org>"
-__version__="2.0_rc34"
+__version__="2.0_rc35"
conf_values={}
-To (re)start X Windows, please type "startx" at the prompt below.
+To (re)start X Windows, please type "##DISPLAY_MANAGER" at the prompt below.
+There is also a rescue session for X using twm if you simply use "startx".
Please report any bugs you find to http://bugs.gentoo.org. Be sure to include
detailed information about how to reproduce the bug you are reporting.
#!/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.35 2006/02/08 03:25:24 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.36 2006/02/09 15:09:18 wolf31o2 Exp $
. /tmp/chroot-functions.sh
gentoo-release-livecd )
cat /etc/generic.motd.txt \
/etc/minimal.motd.txt /etc/livecd.motd.txt > /etc/motd
- sed -i 's:^##GREETING:Welcome to the Gentoo Linux LiveCD!:' /etc/motd
+ sed -i -e 's:^##GREETING:Welcome to the Gentoo Linux LiveCD!:' \
+ -e "s:##DISPLAY_MANAGER:${clst_livecd_xdm}:" /etc/motd
;;
gentoo-gamecd )
cat /etc/generic.motd.txt /etc/gamecd.motd.txt > /etc/motd