From: Chris Gianelloni Date: Mon, 13 Mar 2006 17:07:51 +0000 (+0000) Subject: Added message to the official LiveCD MOTD mentioning how to run the installer. Blame... X-Git-Tag: CATALYST_2_0_6_916~395 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c0c47dc76e0d83fdb77bf5c49399db6480928934;p=catalyst.git Added message to the official LiveCD MOTD mentioning how to run the installer. Blame codeman. This is 2.0_rc40. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1099 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index 6241f409..b27902dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.584 2006/03/13 16:38:41 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.585 2006/03/13 17:07:51 wolf31o2 Exp $ + + 13 Mar 2006; Chris Gianelloni catalyst, + livecd/files/livecd.motd.txt: + Added message to the official LiveCD MOTD mentioning how to run the + installer. Blame codeman. This is 2.0_rc40. 13 Mar 2006; Eric Edgar modules/snapshot_target.py: fix so snapshot target doesnt have errors diff --git a/catalyst b/catalyst index 6505799c..e5b2cee0 100755 --- a/catalyst +++ b/catalyst @@ -1,7 +1,7 @@ #!/usr/bin/python -OO # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.147 2006/02/17 14:50:15 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.148 2006/03/13 17:07:51 wolf31o2 Exp $ # Maintained in full by: # Eric Edgar @@ -11,7 +11,7 @@ import os,sys,imp,string,getopt import pdb __maintainer__="Chris Gianelloni " -__version__="2.0_rc39" +__version__="2.0_rc40" conf_values={} diff --git a/livecd/files/livecd.motd.txt b/livecd/files/livecd.motd.txt index a8c32aa4..0fb391e2 100644 --- a/livecd/files/livecd.motd.txt +++ b/livecd/files/livecd.motd.txt @@ -1,6 +1,8 @@ To (re)start X Windows, please type "##DISPLAY_MANAGER" at the prompt below. There is also a rescue session for X using twm if you simply use "startx". +You can start the installer by typing "installer" at the prompt below. + 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.