Gentoo Archives: gentoo-catalyst

From: Chris Gianelloni <wolf31o2@g.o>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] Some error on my first build..
Date: Tue, 22 Aug 2006 16:48:49
Message-Id: 1156265300.9379.14.camel@inertia.twi-31o2.org
In Reply to: Re: [gentoo-catalyst] Some error on my first build.. by Andrew Gaffney
1 On Tue, 2006-08-22 at 09:53 -0500, Andrew Gaffney wrote:
2 > Luca Casagrande wrote:
3 > > Thanks for your answer!
4 > > I used:
5 > > livecd/type: generic-livecd
6 >
7 > Ok. The error from 'mv' is harmless. It just means you aren't using gnome on
8 > your CD. The sed error I don't know about. It probably means there's an invalid
9 > sed statement somewhere in catalyst, but I don't know where.
10
11 Right, the mv error is fine. The sed error is an actual error that only
12 affects non-release builds, which is why I didn't find it before. It's
13 been fixed in catalyst and will show up in 2.0.1, when it is released.
14 Currently, it causes auto-login to not work properly for X on
15 non-release builds. Fixing the sed at the end of
16 targets/support/livecdfs-update.sh in catalyst should solve the issue.
17
18 @@ -382,7 +382,7 @@
19 if [ -e /etc/startx ]
20 then
21 sed -i \
22 - "s/##STARTX/source /etc/profile && su - ${first_user} -c
23 startx/" \
24 + "s:##STARTX:source /etc/profile && su - ${first_user} -c
25 startx:" \
26 /root/.bashrc
27 fi
28
29 --
30 Chris Gianelloni
31 Release Engineering - Strategic Lead
32 x86 Architecture Team
33 Games - Developer
34 Gentoo Linux

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-catalyst] Some error on my first build.. Luca Casagrande <luca.casagrande@×××××.com>