# ChangeLog for gentoo/src/catalyst
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.213 2005/04/08 00:07:06 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.214 2005/04/08 22:39:45 wolf31o2 Exp $
+
+ 08 Apr 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+ examples/gamecd.conf.example, -targets/support/gamecdfs-update.sh,
+ targets/support/livecdfs-update.sh:
+ Removed empty gamecdfs-update.sh, updated livecdfs-update.sh to work
+ properly with hotplug firmwares, and also updated gamecd.conf.example, since
+ the ut2004demo shell script has been renamed to ut2004-demo.
08 Apr 2005; Eric Edgar <rocket@gentoo.org> targets/support/pre-kmerge.sh:
let genkernel always reinstall itself
#!/bin/bash
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/examples/gamecd.conf.example,v 1.1 2004/12/16 17:51:23 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/examples/gamecd.conf.example,v 1.2 2005/04/08 22:39:45 wolf31o2 Exp $
# these variables are to be used for creating the menu entry and also to tell
# the CD what to execute
GAME_NAME="Unreal Tournament 2004 Demo"
-GAME_EXECUTABLE="/usr/games/bin/ut2004demo"
+GAME_EXECUTABLE="/usr/games/bin/ut2004-demo"
#!/bin/bash
# Copyright 1999-2004 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.5 2005/04/07 23:02:20 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.6 2005/04/08 22:39:45 wolf31o2 Exp $
/usr/sbin/env-update
source /etc/profile
tar cvjpf /lib/firmware.tar.bz2 .
rm -f /lib/firmware/*
mkdir -p /usr/lib/hotplug
+ rm -rf /usr/lib/hotplug/firmware
ln -sf /lib/firmware /usr/lib/hotplug/firmware
fi