Gentoo Archives: gentoo-catalyst

From: Luca Casagrande <luca.casagrande@×××××.com>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] Some error on my first build..
Date: Wed, 23 Aug 2006 09:20:29
Message-Id: 200608231120.01914.luca.casagrande@gmail.com
In Reply to: Re: [gentoo-catalyst] Some error on my first build.. by Chris Gianelloni
1 Alle 18:48, martedì 22 agosto 2006, Chris Gianelloni ha scritto:
2 > On Tue, 2006-08-22 at 09:53 -0500, Andrew Gaffney wrote:
3 > > Luca Casagrande wrote:
4 > > > Thanks for your answer!
5 > > > I used:
6 > > > livecd/type: generic-livecd
7 > >
8 > > Ok. The error from 'mv' is harmless. It just means you aren't using gnome
9 > > on your CD. The sed error I don't know about. It probably means there's
10 > > an invalid sed statement somewhere in catalyst, but I don't know where.
11 >
12 > Right, the mv error is fine. The sed error is an actual error that only
13 > affects non-release builds, which is why I didn't find it before. It's
14 > been fixed in catalyst and will show up in 2.0.1, when it is released.
15 > Currently, it causes auto-login to not work properly for X on
16 > non-release builds. Fixing the sed at the end of
17 > targets/support/livecdfs-update.sh in catalyst should solve the issue.
18 >
19 > @@ -382,7 +382,7 @@
20 > if [ -e /etc/startx ]
21 > then
22 > sed -i \
23 > - "s/##STARTX/source /etc/profile && su - ${first_user} -c
24 > startx/" \
25 > + "s:##STARTX:source /etc/profile && su - ${first_user} -c
26 > startx:" \
27 > /root/.bashrc
28 > fi
29
30 I have changed that part and now look like this:
31 if [ -e /etc/startx ]
32 then
33 sed -i \
34 "s:##STARTX:source /etc/profile && su - ${first_user} -c
35 startx:" \
36 /root/.bashrc
37
38 fi
39
40 But the error it's still there...
41 Thanks
42 Luca
43 --
44 "Chiunque può simpatizzare col dolore di un amico, ma solo chi ha un animo
45 nobile riesce a simpatizzare col successo di un amico (Oscar Wilde)"
46
47 LINUX User #411601
48 jabber: casagrande@××××××××××××.it
49
50
51
52 --
53 gentoo-catalyst@g.o mailing list

Replies

Subject Author
Re: [gentoo-catalyst] Some error on my first build.. Chris Gianelloni <wolf31o2@g.o>