| 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 | 10 March 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | Add sysfs support for 2.5 kernels (mounted to /sys). Updated /sbin/rc |
|
|
8 | and /etc/init.d/halt.sh for this. |
|
|
9 | |
|
|
10 | Update /etc/fstab to correctly mount /proc with: |
|
|
11 | |
|
|
12 | mount -t proc none /proc |
|
|
13 | |
|
|
14 | Do the same for /dev/shm: |
|
|
15 | |
|
|
16 | mount -t tmpfs none /dev/shm |
|
|
17 | |
|
|
18 | Fix a typeo in /etc/init.d/checkroot that caused 'umount -a' to output |
|
|
19 | noise if we exited a recovery console. |
| 4 | |
20 | |
| 5 | * rc-scripts 1.4.3.3 (09 March 2003) |
21 | * rc-scripts 1.4.3.3 (09 March 2003) |
| 6 | |
22 | |
| 7 | 09 March 2003; Martin Schlemmer <azarah@gentoo.org>: |
23 | 09 March 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 8 | |
24 | |