# ChangeLog for gentoo/src/catalyst
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.43 2004/04/16 18:56:08 zhen Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.44 2004/04/26 15:18:54 zhen Exp $
+
+ 26 Apr 2004; John Davis <zhen@gentoo.org> catalyst,
+ livecd/runscript/default-runscript.sh:
+ fixed the /etc/issue /O macro issue, and changed the version in catalyst to
+ 1.0.7. we are ready for release
16 Apr 2004; John Davis <zhen@gentoo.org> targets/stage1/stage1-chroot.sh:
fix for the problem that gustavoz found wrt the /dev creation stuff not
#!/usr/bin/python
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.32 2004/04/01 15:49:38 zhen Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.33 2004/04/26 15:18:54 zhen Exp $
import os,sys,imp,string
print "Copyright 2003-2004 Gentoo Technologies, Inc."
print "Distributed under the GNU General Public License version 2"
-version="1.0.5"
+version="1.0.7"
if len(sys.argv)==1 or sys.argv[1] in ["-h","--help"]:
usage()
# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.7 2004/04/02 04:40:11 zhen Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript/Attic/default-runscript.sh,v 1.8 2004/04/26 15:18:55 zhen Exp $
#return codes to be used by archscript
#!/sbin/runscript
# Copyright 1999-2003 Gentoo Technologies, Inc.
# 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.7 2004/04/02 04:40:11 zhen Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript/Attic/default-runscript.sh,v 1.8 2004/04/26 15:18:55 zhen Exp $
depend() {
after *
sed -e "s/^#PermitRootLogin\ yes/PermitRootLogin\ yes/" /etc/ssh/sshd_config > /etc/ssh/sshd_config1
mv /etc/ssh/sshd_config1 /etc/ssh/sshd_config
fi
-
+ # fix /etc/issue for mingetty and friends
+ echo "This is \n.gentoo (\s \m \r) \t" > /etc/issue
+
rc-update del iptables default
rc-update del netmount default
# rc-update add hotplug default