From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GFZQn-0006TK-F5 for garchives@archives.gentoo.org; Tue, 22 Aug 2006 16:48:49 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k7MGm9nw025905; Tue, 22 Aug 2006 16:48:09 GMT Received: from smtp03.gnvlscdb.sys.nuvox.net (smtp.nuvox.net [64.89.70.9]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k7MGm881021799 for ; Tue, 22 Aug 2006 16:48:08 GMT Received: from 10.3.23.153.nw.nuvox.net (216.215.202.4.nw.nuvox.net [216.215.202.4]) (authenticated bits=0) by smtp03.gnvlscdb.sys.nuvox.net (8.12.11.20060308/8.12.11) with ESMTP id k7MGmecl005000 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Tue, 22 Aug 2006 12:48:40 -0400 Subject: Re: [gentoo-catalyst] Some error on my first build.. From: Chris Gianelloni To: gentoo-catalyst@lists.gentoo.org In-Reply-To: <44EB1A73.5090002@gentoo.org> References: <200608221010.10004.luca.casagrande@gmail.com> <44EAF708.3070006@gentoo.org> <200608221647.41507.luca.casagrande@gmail.com> <44EB1A73.5090002@gentoo.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-78o66NkQLmqERpTtFj6V" Date: Tue, 22 Aug 2006 12:48:20 -0400 Message-Id: <1156265300.9379.14.camel@inertia.twi-31o2.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 X-Archives-Salt: 34d04bda-63c5-4666-8e54-884ea312a94a X-Archives-Hash: 2441721549af3e583f6890d4eb9f927d --=-78o66NkQLmqERpTtFj6V Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2006-08-22 at 09:53 -0500, Andrew Gaffney wrote: > Luca Casagrande wrote: > > Thanks for your answer! > > I used: > > livecd/type: generic-livecd >=20 > Ok. The error from 'mv' is harmless. It just means you aren't using gnome= on=20 > your CD. The sed error I don't know about. It probably means there's an i= nvalid=20 > sed statement somewhere in catalyst, but I don't know where. Right, the mv error is fine. The sed error is an actual error that only affects non-release builds, which is why I didn't find it before. It's been fixed in catalyst and will show up in 2.0.1, when it is released. Currently, it causes auto-login to not work properly for X on non-release builds. Fixing the sed at the end of targets/support/livecdfs-update.sh in catalyst should solve the issue. @@ -382,7 +382,7 @@ if [ -e /etc/startx ] then sed -i \ - "s/##STARTX/source /etc/profile && su - ${first_user} -c startx/" \ + "s:##STARTX:source /etc/profile && su - ${first_user} -c startx:" \ /root/.bashrc fi --=20 Chris Gianelloni Release Engineering - Strategic Lead x86 Architecture Team Games - Developer Gentoo Linux --=-78o66NkQLmqERpTtFj6V Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQBE6zVUkT4lNIS36YERAocnAJ4y6gyodzeA5nCkdYYiRhXnovXFTACeJQD5 KH3oTOHZvl+pkVFXVY9LCVs= =eVSP -----END PGP SIGNATURE----- --=-78o66NkQLmqERpTtFj6V-- -- gentoo-catalyst@gentoo.org mailing list