| 1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
| 2 | # Copyright 2001 Gentoo Technologies, Inc.; Distributed under the GPL |
2 | # Copyright 2001 Gentoo Technologies, Inc.; Distributed under the GPL |
| 3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
| 4 | |
4 | |
| 5 | 27 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: in some wierd cases, |
5 | 27 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: in some wierd cases, |
| 6 | a redundent /dev/.devfsd on a unmounted /dev can cause problems. Fixed |
6 | a redundent /dev/.devfsd on a unmounted /dev can cause problems. Fixed |
| 7 | this in /sbin/rc. |
7 | this in /sbin/rc. |
|
|
8 | |
|
|
9 | Added the patches from Grant Goodyear (aka g2boojum) to enable us to |
|
|
10 | use a ramdisk to store the contents of ${svcdir}. Updated /sbin/rc, |
|
|
11 | /etc/init.d/functions.sh and /etc/init.d/checkroot for this. |
| 8 | |
12 | |
| 9 | 26 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: fix my brain dead |
13 | 26 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: fix my brain dead |
| 10 | update of the 25th. It really should keep "gentoo=nodevfs" in mind. |
14 | update of the 25th. It really should keep "gentoo=nodevfs" in mind. |
| 11 | Also added 'get_bootparam()' to help in retrieving kernel options. |
15 | Also added 'get_bootparam()' to help in retrieving kernel options. |
| 12 | Updated /etc/init.d/functions.sh, /etc/init.d/checkroot and /sbin/rc |
16 | Updated /etc/init.d/functions.sh, /etc/init.d/checkroot and /sbin/rc |