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 | |
|
|
5 | 26 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: fix my brain dead |
|
|
6 | update of the 25th. It really should keep "gentoo=nodevfs" in mind. |
|
|
7 | Also added 'get_bootparam()' to help in retrieving kernel options. |
|
|
8 | Updated /etc/init.d/functions.sh, /etc/init.d/checkroot and /sbin/rc |
|
|
9 | for this. |
|
|
10 | |
|
|
11 | Updated /etc/init.d/consolefont to work without devfs as well. |
4 | |
12 | |
5 | 25 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: added a check if |
13 | 25 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: added a check if |
6 | /dev is mounted when creating entries for /etc/mtab. This should solve a |
14 | /dev is mounted when creating entries for /etc/mtab. This should solve a |
7 | invalid entry or /dev being mounted even with 'gentoo=nodevfs' option. |
15 | invalid entry or /dev being mounted even with 'gentoo=nodevfs' option. |
8 | Updated /etc/init.d/checkroot for this. |
16 | Updated /etc/init.d/checkroot for this. |