| 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 | 26 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | The unmount stuff in /etc/init.d/halt.sh was flawed, in the fact that |
|
|
8 | it called 'umount -t no<insert_fs_here>', which resulted in /proc, etc |
|
|
9 | unmounted anyhow. Change it to remount the last filesystems readonly |
|
|
10 | without trying to unmount any. This fixes a few cases where reboot |
|
|
11 | would halt due to unmounted /proc, etc. |
| 4 | |
12 | |
| 5 | 19 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
13 | 19 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 6 | |
14 | |
| 7 | More bootsplash fixes, bug #21019 (comment #21). |
15 | More bootsplash fixes, bug #21019 (comment #21). |
| 8 | |
16 | |