Gentoo Archives: gentoo-dev

From: Martin Schlemmer <azarah@g.o>
To: trelane@××××××××××.net
Cc: Gentoo-Dev <gentoo-dev@g.o>
Subject: Re: [gentoo-dev] Booting in half the time?
Date: Sat, 20 Sep 2003 18:36:44
Message-Id: 1064083241.12459.21.camel@nosferatu.lan
In Reply to: [gentoo-dev] Booting in half the time? by Joseph Pingenot
1 On Fri, 2003-09-19 at 02:19, Joseph Pingenot wrote:
2 > Howdy.
3 >
4 > Saw this linked to off of NewsForge today, and thought it'd be great if
5 > the gentoo boot process made use of the idea. Essentially, it seems to
6 > be saying "start services in parallel".
7 > The link:
8 > http://www-106.ibm.com/developerworks/linux/library/l-boot.html
9 > Thoughts?
10 >
11
12 We have this:
13
14 -----------------
15 # grep -4 RC_PARAL /etc/conf.d/rc
16
17 # Set to "yes" if you want the rc system to try and start services
18 # in parallel for slight speed improvement.
19
20 RC_PARALLEL_STARTUP="yes"
21
22 # Set to "yes" if the default behaviour of at least one net.*
23 # service starting beside net.lo is NOT enouth to consider
24 # the 'net' dependency up and running.
25
26
27 Thanks,
28
29 --
30
31 Martin Schlemmer
32 Gentoo Linux Developer, Desktop/System Team Developer
33 Cape Town, South Africa

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] Booting in half the time? William Kenworthy <billk@×××××××××.au>