# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.318 2005/08/30 14:06:09 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.319 2005/08/30 14:45:25 wolf31o2 Exp $
+
+ 30 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+ livecd/files/README.txt, livecd/files/generic.motd.txt,
+ livecd/files/livecd.motd.txt, livecd/files/livecd-bashrc,
+ livecd/files/livecd-local.start:
+ Updated files from latest used to build LiveCD.
30 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org> arch/x86.py:
Added sse to HOSTUSE for athlon-xp, since it supports SSE instructions.
allows you to umount /mnt/cdrom and mount another CDROM. This
option requires that you have at least twice as much available
RAM as the size of the CD.
+doload=X This causes the initial ramdisk to load any module listed, as
+ well as dependencies. Replace X with the module name. Multiple
+ modules can be specified by a comma-separated list.
noload=X This causes the initial ramdisk to skip the loading of a
- specific driver that may be causing a problem. Replace X with
- the driver name. Multiple drivers can be specified by a
- comma-separated list.
+ specific module that may be causing a problem. Syntax matches
+ that of doload.
nox This causes an X-enabled LiveCD to not automatically start X,
but rather, to drop to the command line instead.
scandelay This causes the CD to pause for 10 seconds during certain
-
##GREETING
The root password on this system has been auto-scrambled for security.
If any ethernet adapters were detected at boot, they should be auto-configured
if DHCP is available on your network. Type "net-setup eth0" to specify eth0 IP
-address settings by hand.
+address settings by hand.
Check /etc/kernels/kernel-config-* for kernel configuration(s).
-
if [ ! $(grep nox /proc/cmdline) ]
then
- if [ -x /usr/bin/X ]
- then
- if [ -e /etc/startx ]
+ if [ -x /usr/bin/X ]
then
- rm -f /etc/startx
- ##STARTX
- [ -f /etc/motd ] && cat /etc/motd
+ if [ -e /etc/startx ]
+ then
+ rm -f /etc/startx
+ ##STARTX
+ [ -f /etc/motd ] && cat /etc/motd
+ fi
fi
- fi
fi
-
then
ln -sf /usr/livecd/eclass /usr/portage/eclass
fi
-
-
To (re)start X Windows, please type "startx" at the prompt below.
Please report any bugs you find to http://bugs.gentoo.org. Be sure to include