Alle 18:48, martedì 22 agosto 2006, Chris Gianelloni ha scritto:
> 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
> >
> > Ok. The error from 'mv' is harmless. It just means you aren't using gnome
> > on your CD. The sed error I don't know about. It probably means there's
> > an invalid 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
I have changed that part and now look like this:
if [ -e /etc/startx ]
then
sed -i \
"s:##STARTX:source /etc/profile && su - ${first_user} -c
startx:" \
/root/.bashrc
fi
But the error it's still there...
Thanks
Luca
--
"Chiunque può simpatizzare col dolore di un amico, ma solo chi ha un animo
nobile riesce a simpatizzare col successo di un amico (Oscar Wilde)"
LINUX User #411601
jabber: [EMAIL PROTECTED]
--
[EMAIL PROTECTED] mailing list