public inbox for gentoo-catalyst@lists.gentoo.org
 help / color / mirror / Atom feed
From: Christophe PEREZ <christophe.perez@novazur.com>
To: gentoo-catalyst@lists.gentoo.org
Subject: [gentoo-catalyst]  Re: USE hal and kernel config
Date: Fri, 14 Apr 2006 13:03:27 -0400	[thread overview]
Message-ID: <pan.2006.04.14.17.03.25.779225@novazur.fr> (raw)
In-Reply-To: pan.2006.04.14.05.29.44.718362@novazur.fr

Le Fri, 14 Apr 2006 01:29:46 -0400, Christophe PEREZ a écrit :

>         ipw2100
>         ipw2200

As I didn't find another solution, I removed them.

Now, my livecd is built, but I have somethings not working with it, may be
catalyst bugs ?

1) livecd/users:
is not used, no user created.

livecd/users: novazur
and grep novazur tmp/default/livecd-stage2-i686-cp20060411/etc/passwd
doesn't give anything.


2) ##STARTX not anymore replaced :

# cat tmp/default/livecd-stage2-i686-cp20060411/root/.bashrc
#!/bin/bash

if [ ! $(grep nox /proc/cmdline) ]
then
        if [ -x /usr/bin/X ]
        then
                if [ -e /etc/startx ]
                then
                        rm -f /etc/startx
                        ##STARTX
                        [ -f /etc/motd ] && cat /etc/motd
                fi
        fi
fi

http://article.gmane.org/gmane.linux.gentoo.catalyst/185/match=startx


3) Impossible to startx, I had to manually create /tmp/.ICE-unix


4) no more XkbLayout in xorg.conf. I was used to parse it and replace
(sed) it by :
sed -i 's/Option  *"XkbLayout" ""/Option "XkbLayout" "fr"/'
/etc/X11/xorg.conf

Now, I had to add the line in my initscript :
sed -i 's/\(XkbVariant.*$\)/\1\n\tOption\t"XkbLayout" "fr"/'
/etc/X11/xorg.conf

http://article.gmane.org/gmane.linux.gentoo.catalyst/191/match=


5) /etc/profile not sourced before starting X.
I suggested something that seems desapeared :
--- livecdfs-update.sh.orig     2005-07-14 14:02:12.000000000 -0400
+++ livecdfs-update.sh  2005-07-14 14:03:05.000000000 -0400
 <at>  <at>  -79,7 +79,7  <at>  <at> 
 if [ -n "${clst_livecd_users}" -a -e /etc/startx ]
 then
        first_user=$(echo ${clst_livecd_users} | cut -d' ' -f1)
-       sed -i "s/##STARTX/su - $first_user -c startx/" /root/.bashrc
+       sed -i "s/##STARTX/su - $first_user -c \"source /etc/profile && startx\"/" /root/.bashrc
 fi

http://article.gmane.org/gmane.linux.gentoo.catalyst/265/match=1+10+5

But is livecdfs-update.sh is it always used by catalyst ?

-- 
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list



  reply	other threads:[~2006-04-14 17:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-13  2:10 [gentoo-catalyst] USE hal and kernel config Christophe PEREZ
2006-04-13 13:09 ` Chris Gianelloni
2006-04-13 14:06   ` [gentoo-catalyst] " Christophe PEREZ
2006-04-14  5:29     ` Christophe PEREZ
2006-04-14 17:03       ` Christophe PEREZ [this message]
2006-04-14 22:45         ` Christophe PEREZ
2006-04-17 12:59           ` Chris Gianelloni
2006-04-17 15:48             ` [gentoo-catalyst] " Christophe PEREZ

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=pan.2006.04.14.17.03.25.779225@novazur.fr \
    --to=christophe.perez@novazur.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