# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.267 2005/06/02 20:30:59 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.268 2005/06/09 17:42:05 wolf31o2 Exp $
+
+ 09 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+ -livecd/files/README.txt, -livecd/files/environmental.motd.txt,
+ -livecd/files/gentoo.png, +livecd/files/livecd.motd.txt,
+ livecd/files/livecd-bash_profile, livecd/files/livecd-bashrc,
+ livecd/files/minimal.motd.txt, livecd/files/universal.motd.txt,
+ targets/livecd-stage2/livecd-stage2-controller.sh:
+ Removed gentoo.png and creation of face directory. Changed
+ livecd-bash_profile to source root's .bashrc. Sync motd files with catalyst
+ 1.1.10_pre4.
02 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
targets/stage1/stage1-preclean-chroot.sh,
+++ /dev/null
-##GREETING
-
-We hope to provide you with the best experience possible, so if you have any
-questions regarding the installation process, Gentoo in general, or simply want
-to become an active part of the Gentoo community, please feel free to utilize
-the following resources:
-
-IRC: irc.freenode.net, #gentoo
-
-Mailing Lists: Please see our quick Mailing List HOWTO at:
-<http://www.gentoo.org/main/en/lists.xml>
-
-Gentoo user forums: <http://forums.gentoo.org>
-
-Gentoo Bug Database: <http://bugs.gentoo.org>
-
-On this LiveCD, we've provided a minimal IRC client called "irssi" and a simple
-text web browser called "links." Both can be accessed via the command line by
-typing either 'irssi' or 'links $url'.
-
-Don't forget to check out the Gentoo Installation Handbook, available both on
-the LiveCD and the Web. On this LiveCD, the Handbook can be found at
-'/mnt/cdrom/docs/handbook', and the latest version of the Handbook is viewable at the
-following URL: <http://www.gentoo.org/doc/en/handbook/handbook.xml>.
-
-Thank you again for choosing Gentoo!
#!/bin/bash
#This file is sourced by bash when you log in interactively.
-[[ -f ~/.bashrc ]] && . ~/.bashrc
+[[ -f ~/.bashrc ]] && source ~/.bashrc
if [ -e /usr/bin/X ]; then
if [ -e /etc/startx ]; then
rm -f /etc/startx
- export BASHRC_READ=1
- #startx
+ startx
cat /etc/motd
fi
fi
-The latest version of the Handbook is always available from the Gentoo web site
-by typing "links http://www.gentoo.org/doc/en/handbook/handbook.xml".
To start an ssh server on this system, type "/etc/init.d/sshd start". If you
need to log in remotely as root, type "passwd root" to reset root's password
to a known value.
+View installation instructions by typing "links /mnt/cdrom/docs/handbook/html/index.html"
+or "links http://www.gentoo.org/doc/en/handbook/handbook.xml"
+for the latest version from the gentoo.org web site.
+
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.
Thank you for using Gentoo Linux!
Stage tarball(s), distfiles and packages can be found in /mnt/cdrom/.
-You can view the networkless installation instructions for this release by
-typing "links /mnt/cdrom/docs/handbook/html".
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage2/livecd-stage2-controller.sh,v 1.10 2005/05/25 19:15:17 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage2/livecd-stage2-controller.sh,v 1.11 2005/06/09 17:42:05 wolf31o2 Exp $
. ${clst_sharedir}/targets/support/functions.sh
. ${clst_sharedir}/targets/support/filesystem-functions.sh
${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
- cp ${clst_sharedir}/livecd/files/gentoo.png \
- ${clst_chroot_path}/usr/share/faces
# execute copy gamecd.conf if we're a gamecd
if [ "${clst_livecd_type}" = "gentoo-gamecd" ]