# ChangeLog for gentoo/src/catalyst
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.196 2005/03/29 17:09:49 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.197 2005/03/29 18:53:32 wolf31o2 Exp $
+
+ 29 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+ +livecd/files/livecd-bash_profile, livecd/runscript/default-runscript.sh:
+ Added a new livecd-bash_profile that sources ~/.bashrc in case we're called
+ from an interactive shell.
29 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org>
-livecd/files/livecd-bash_profile, +livecd/files/livecd-bashrc,
--- /dev/null
+#!/bin/bash
+
+#This file is sourced by bash when you log in interactively.
+[ -f ~/.bashrc ] && . ~/.bashrc
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript/Attic/default-runscript.sh,v 1.24 2005/03/29 17:09:49 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript/Attic/default-runscript.sh,v 1.25 2005/03/29 18:53:32 wolf31o2 Exp $
#return codes to be used by archscript
die() {
# move over the environment
cp ${clst_sharedir}/livecd/files/livecd-bashrc \
${clst_chroot_path}/root/.bashrc
+ cp ${clst_sharedir}/livecd/files/livecd-bash_profile \
+ ${clst_chroot_path}/root/.bash_profile
cp ${clst_sharedir}/livecd/files/livecd-local.start \
${clst_chroot_path}/etc/conf.d/local.start
mkdir -p /usr/share/faces