Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: dektop issues
Date: Tue, 13 Jun 2006 16:39:07
Message-Id: 7573e9640606130923v4b687acarc54273f0ff152502@mail.gmail.com
In Reply to: [gentoo-user] Re: dektop issues by ionut cristian cucu
1 On 6/13/06, ionut cristian cucu <cuciferus@×××××.com> wrote:
2 > # This is a good place to load any misc programs
3 > # on startup (use &>/dev/null to hide output)
4 > /bin/su - cuci -c /bin/bash
5
6 I'm not sure that putting this in local.start is the right thing to
7 do. It basically means that the init scripts will never complete, so
8 your system is never 'fully' booted. It's mostly a semantic
9 difference, and I'm probably just being pedantic about it...
10
11 It might be better to modify /etc/inittab to try something like:
12
13 c1:2345:respawn:/bin/su - cuci -c /bin/bash -i --login >/dev/tty1
14 </dev/tty1 2>&1
15 c2:2345:respawn:/bin/su - cuci -c /bin/bash -i --login >/dev/tty2
16 </dev/tty2 2>&1
17 ...
18
19 I just tried this on my system, and it seems to do what you want.
20
21 Just my ${currency}x0.02
22
23 -Richard
24 --
25 gentoo-user@g.o mailing list