From: Luca Casagrande <luca.casagrande@gmail.com>
To: gentoo-catalyst@lists.gentoo.org
Subject: Re: [gentoo-catalyst] Some error on my first build..
Date: Wed, 23 Aug 2006 11:20:01 +0200 [thread overview]
Message-ID: <200608231120.01914.luca.casagrande@gmail.com> (raw)
In-Reply-To: <1156265300.9379.14.camel@inertia.twi-31o2.org>
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: casagrande@jabber.linux.it
--
gentoo-catalyst@gentoo.org mailing list
next prev parent reply other threads:[~2006-08-23 9:20 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-22 8:10 [gentoo-catalyst] Some error on my first build Luca Casagrande
2006-08-22 12:22 ` Andrew Gaffney
2006-08-22 14:47 ` Luca Casagrande
2006-08-22 14:53 ` Andrew Gaffney
2006-08-22 15:01 ` [gentoo-catalyst] Assign the user password Luca Casagrande
2006-08-22 16:50 ` Chris Gianelloni
2006-08-22 18:39 ` Luca Casagrande
2006-08-22 18:42 ` Andrew Gaffney
2006-08-23 12:19 ` Chris Gianelloni
2006-08-23 12:32 ` Andrew Gaffney
2006-08-23 12:19 ` Chris Gianelloni
2006-08-22 16:48 ` [gentoo-catalyst] Some error on my first build Chris Gianelloni
2006-08-23 9:20 ` Luca Casagrande [this message]
2006-08-23 12:25 ` Chris Gianelloni
2006-08-23 12:31 ` Luca Casagrande
2006-08-24 0:10 ` Chris Gianelloni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200608231120.01914.luca.casagrande@gmail.com \
--to=luca.casagrande@gmail.com \
--cc=gentoo-catalyst@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox