| 1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
| 2 | # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL |
2 | # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL |
| 3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
|
|
4 | |
|
|
5 | 23 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | From Jean-Francois Richard <jean-francois@richard.name> and |
|
|
8 | Olivier Crete <tester@gentoo.org> from the Adelie project: |
|
|
9 | |
|
|
10 | The last four patches are the "adaptation" of our previous patches to |
|
|
11 | the new "no-tmpfs" init system in Gentoo. Since we were using quite |
|
|
12 | different scripts for the boot runlevel (no "checkroot" for example) and |
|
|
13 | that the new system hardcodes some of the boot services, we had to find |
|
|
14 | a simple yet elegant solution. |
|
|
15 | |
|
|
16 | We chose to make init scripts read "/etc/runlevels/LEVEL/critical" to |
|
|
17 | know what are the boot runlevel services. If this file is not present, |
|
|
18 | it uses the Gentoo hardcoded defaults. |
|
|
19 | |
|
|
20 | This touches /sbin/rc, /sbin/functions.sh, /sbin/runscript.sh and |
|
|
21 | /etc/init.d/halt.sh. |
|
|
22 | |
|
|
23 | I just changed the behaviour of 'softlevel' kernel command line argument |
|
|
24 | to not only add a suffix and some other cleanups. |
|
|
25 | |
|
|
26 | Add support for irqbalance. |
| 4 | |
27 | |
| 5 | 22 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
28 | 22 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 6 | |
29 | |
| 7 | Fix the /dev/root entry in /etc/mtab, bug #24916. |
30 | Fix the /dev/root entry in /etc/mtab, bug #24916. |
| 8 | |
31 | |