Gentoo Archives: gentoo-catalyst

From: Christophe PEREZ <christophe.perez@×××××××.com>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] Re: Re: livecd-stage1 pkgconfig
Date: Thu, 14 Jul 2005 18:43:19
Message-Id: pan.2005.07.14.18.42.50.149387@novazur.fr
In Reply to: Re: [gentoo-catalyst] Re: livecd-stage1 pkgconfig by Chris Gianelloni
1 Le Thu, 14 Jul 2005 14:21:50 -0400, Chris Gianelloni a écrit :
2
3 > This will be in catalyst 1.1.10.5, when I release it.
4
5 OOps, big sed error, didn't tried it, sorry :
6
7 --- livecdfs-update.sh.orig 2005-07-14 14:02:12.000000000 -0400
8 +++ livecdfs-update.sh 2005-07-14 14:41:41.000000000 -0400
9 @@ -79,7 +79,7 @@
10 if [ -n "${clst_livecd_users}" -a -e /etc/startx ]
11 then
12 first_user=$(echo ${clst_livecd_users} | cut -d' ' -f1)
13 - sed -i "s/##STARTX/su - $first_user -c startx/" /root/.bashrc
14 + sed -i "s|##STARTX|su - $first_user -c \"source /etc/profile \&\& startx\"|" /root/.bashrc
15 fi
16
17 # setup dhcp on all detected ethernet devices
18
19 I hope it's good now.
20
21 --
22 Christophe PEREZ
23 --
24 gentoo-catalyst@g.o mailing list

Replies

Subject Author
Re: [gentoo-catalyst] Re: Re: livecd-stage1 pkgconfig Chris Gianelloni <wolf31o2@g.o>