Changed maintainers. Updated examples/fsscript.sh.example to provide better document...
authorChris Gianelloni <wolf31o2@gentoo.org>
Tue, 5 Apr 2005 21:43:09 +0000 (21:43 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Tue, 5 Apr 2005 21:43:09 +0000 (21:43 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@580 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
catalyst
examples/fsscript.sh.example
livecd/files/README.txt
livecd/files/livecd-bash_profile
livecd/files/livecd-bashrc
livecd/files/minimal.motd.txt
livecd/files/universal.motd.txt
targets/support/gamecdfs-update.sh
targets/support/livecdfs-update.sh

index 897fb773691ac168101573938d7d2b6a3d67feea..f8cd75331bf872b2b018fc9869c4b9122e5db033 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,18 @@
 # ChangeLog for gentoo/src/catalyst 
 # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.202 2005/04/05 21:42:20 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.203 2005/04/05 21:43:09 wolf31o2 Exp $
+
+  05 Apr 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
+  examples/fsscript.sh.example, livecd/files/README.txt,
+  livecd/files/livecd-bash_profile, livecd/files/livecd-bashrc,
+  livecd/files/minimal.motd.txt, livecd/files/universal.motd.txt,
+  targets/support/gamecdfs-update.sh, targets/support/livecdfs-update.sh:
+  Changed maintainers. Updated examples/fsscript.sh.example to provide better
+  documentation. Lots of minor cosmetic updates. Updated minimal.motd.txt and
+  universal.motd.txt to resolve documentation issue on bug #86914. Added
+  x-setup to default runlevel on gamecd builds. Removed extranneous bashlogin
+  sed-fu from livecdfs-update.sh and made default timezone UTC rather than
+  GMT.
 
   05 Apr 2005; Eric Edgar <rocket@gentoo.org>
   targets/livecd-stage2/livecd-stage2-controller.sh:
index ea5609dba87026af4c2694fb9461f71f883a832f..f4f39d542ceea81d54b0f11f7dc5094ff07be613 100755 (executable)
--- a/catalyst
+++ b/catalyst
@@ -1,14 +1,17 @@
 #!/usr/bin/python
 # Copyright 1999-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.69 2005/04/04 17:48:32 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.70 2005/04/05 21:43:09 wolf31o2 Exp $
 
-# Maintained in full by John Davis <zhen@gentoo.org>
+# Maintained in full by:
+# Eric Edgar <rocket@gentoo.org>
+# Chris Gianelloni <rwolf31o2@gentoo.org>
+# John Davis <zhen@gentoo.org>
 
 import os,sys,imp,string,getopt
 
 __maintainer__="Chris Gianelloni <wolf31o2@gentoo.org>"
-__version__="2.0.0"
+__version__="2.0.0_pre1"
 
 conf_values={}
 
index 1d40cf4b094eeb6d3274b9e529707ed11da26326..47dd5a67dd99a271ae7ba8529888abb1b20f7bad 100644 (file)
@@ -1,7 +1,9 @@
 #!/bin/bash
 
-# This is an example fsscript for use with the livecd-stage2 target (key livecd/fsscript)
-# Basically, this file is copied to the livecd rootfs at livecd creation time and then run
+# This is an example fsscript for use with the livecd-stage2 target via the
+# spec file option livecd/fsscript.  Basically, this file is copied to the
+# livecd rootfs at livecd creation time and then executed from within the
+# chroot.
 
 # Example, I want to add specific nameservers to the LiveCD's resolv.conf:
 echo "192.168.0.1" >> /etc/resolv.conf
index d8e385fa77ca53c76fc257128b5f93064474c023..1f2682a67be18fd853ce2ad576fdeb9336a66a05 100644 (file)
@@ -12,7 +12,7 @@ Mailing Lists: Please see our quick Mailing List HOWTO at:
 
 Gentoo user forums: <http://forums.gentoo.org>
 
-Gentoo Bug Database <http://bugs.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
index 9ec49d6ba0f30e5e8acc13f080b74d6b8f9deddc..4fc919bf507af2fcdb7b0b3b26e48ac8e6c34fb6 100644 (file)
@@ -1,4 +1,4 @@
 #!/bin/bash
 
 #This file is sourced by bash when you log in interactively.
-[ -f ~/.bashrc ] && . ~/.bashrc
+[[ -f ~/.bashrc ]] && . ~/.bashrc
index c904ed8d305e0fca0a1008964312fa6c86d55f5a..8e9ba6b23f0cbf477f5a0e19b28054b4d5f61192 100644 (file)
@@ -1,9 +1,10 @@
 #!/bin/bash
 
-if [ -e /usr/X11R6/bin/X ]; then
+if [ -e /usr/bin/X ]; then
        if [ -e /etc/startx ]; then
                rm -f /etc/startx
-               startx
+               export BASHRC_READ=1
+               #startx
                cat /etc/motd
        fi
 fi
index 5b3f909d67cdbb3c1ef5135dac84881d87d50b30..7682082e4cc7337dc340f7f8e5d9800f5000e035 100644 (file)
@@ -1,12 +1,10 @@
+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!
index 51b2fde8fadb9593a915508252274a902967f44a..403b87298728dfa774fc399efed5ac18abc4d956 100644 (file)
@@ -1,3 +1,5 @@
 
 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".
index b456f86d8b1003b0f1bf43f33476b8cf8865450f..692812011959894f3cb0758240a39f849ff7c656 100755 (executable)
@@ -14,3 +14,4 @@ echo "exec ${GAME_EXECUTABLE}" > /etc/X11/xinit/xinitrc
 
 # we add spind to default here since we don't want the CD to spin down
 rc-update add spind default
+rc-update add x-setup default
index f6621e8696ecc9128e5fb8f292a9a2f76e891441..16cebe00959353ab3016429cf306768358e14013 100755 (executable)
@@ -1,7 +1,7 @@
 #!/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.1 2005/04/04 17:48:33 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.2 2005/04/05 21:43:09 wolf31o2 Exp $
 
 /usr/sbin/env-update
 source /etc/profile
@@ -15,9 +15,6 @@ fi
 # turn off udev tarball
 sed -i 's:RC_DEVICE_TARBALL="yes":RC_DEVICE_TARBALL="no":' /etc/conf.d/rc
 
-# turn bashlogin shells to actual login shells
-sed -i 's:exec -l /bin/bash:exec -l /bin/bash -l:' /bin/bashlogin
-
 # default programs that we always want to start
 rc-update del iptables default
 rc-update del netmount default
@@ -64,9 +61,9 @@ then
        fi
 fi
 
-# clean up the time and set to GMT
+# clean up the time and set to UTC
 rm -rf /etc/localtime
-cp /usr/share/zoneinfo/GMT /etc/localtime
+cp /usr/share/zoneinfo/UTC /etc/localtime
 
 # setup the hostname
 echo "livecd" > /etc/hostname