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

-- 
Chris Gianelloni
Release Engineering - Strategic Lead
x86 Architecture Team
Games - Developer
Gentoo Linux

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to