Gentoo Archives: gentoo-dev

From: William Hubbs <williamh@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] RFC: brltty not starting early enough
Date: Tue, 01 Jan 2008 18:07:27
Message-Id: 20080101180429.GA6454@linux1
In Reply to: Re: [gentoo-dev] RFC: brltty not starting early enough by Roy Marples
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 On Tue, Jan 01, 2008 at 05:19:39PM +0000, Roy Marples wrote:
5 > Some scripts do run before checkroot, such as clock. clock should be the
6 > first script started, so if you want it to go really early then
7
8 My goal is to have the braille display active as early is possible so
9 that if an error occurs during the boot process a blind person would
10 know about it. I can't start before /proc, /dev, and /sys are mounted
11 because brltty uses things in those filesystems. Can you think of any
12 possible reason that I would need to start before clock runs? If not,
13 I'll just use your first suggestion.
14
15 Besides starting later than expected, will anything break if this goes
16 on a baselayout 1 system?
17
18 Thanks much for your help.
19
20 William
21
22 > depend() {
23 > before *
24 > after clock
25 > }
26 >
27 > would also work. Note that you have to put the dependencies in that
28 > order, and it only works with baselayout-2.
29 >
30 > If you wanted it to start before clock you'll need to do this
31 >
32 > depend() {
33 > before *
34 > }
35 >
36 > AND add this to /etc/conf.d/clock
37 > RC_AFTER=brltty
38 >
39 > Again, baselayout-2 only.
40 >
41 > Thanks
42 >
43 > Roy
44 >
45 > --
46 > gentoo-dev@g.o mailing list
47 >
48
49 - --
50 William Hubbs
51 gentoo accessibility team lead
52 williamh@g.o
53 -----BEGIN PGP SIGNATURE-----
54 Version: GnuPG v2.0.7 (GNU/Linux)
55
56 iD8DBQFHeoCtblQW9DDEZTgRAossAKCsZKHsBIf7oOrECy3LHzKu8867awCgjYyp
57 AEcpVtjsPJxgLcnKma5BQlw=
58 =OHnU
59 -----END PGP SIGNATURE-----
60 --
61 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] RFC: brltty not starting early enough Roy Marples <roy@×××××××.name>