| … | |
… | |
| 9 | 28 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
9 | 28 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
| 10 | |
10 | |
| 11 | Revert pam_console_apply udev check in bootmisc/halt.sh since |
11 | Revert pam_console_apply udev check in bootmisc/halt.sh since |
| 12 | the bug is with pam_console_apply and not udev/pam. |
12 | the bug is with pam_console_apply and not udev/pam. |
| 13 | |
13 | |
| 14 | Use ${EUID} instead of $(id -u) to help out BSD in runscript.sh |
14 | Use ${EUID} instead of $(id -u) to help out BSD in runscript.sh. |
|
|
15 | |
|
|
16 | Allow users to select ramfs instead of default tmpfs for mounting |
|
|
17 | on /dev with udev #69091. |
|
|
18 | |
|
|
19 | Add issue.devfix which would be auto copied to /etc/issue if |
|
|
20 | /sbin/rc detects the user is missing /dev/null or /dev/console. |
|
|
21 | Includes a simple explanation/fix for what's wrong. |
| 15 | |
22 | |
| 16 | 26 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
23 | 26 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
| 17 | |
24 | |
| 18 | Don't use -A with fsck to respect the fs_passno since it'll try |
25 | Don't use -A with fsck to respect the fs_passno since it'll try |
| 19 | to fsck all filesystems, not just the ones specified. Instead, |
26 | to fsck all filesystems, not just the ones specified. Instead, |
| … | |
… | |
| 53 | Include livecd patch that was applied to baselayout-1.9.4-r6 |
60 | Include livecd patch that was applied to baselayout-1.9.4-r6 |
| 54 | to use agetty instead of mingetty |
61 | to use agetty instead of mingetty |
| 55 | |
62 | |
| 56 | 24 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
63 | 24 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
| 57 | |
64 | |
| 58 | Mount tmpfs instead of ramfs on /dev when using udev systems. |
65 | Mount tmpfs instead of ramfs on /dev when using udev systems. |
| 59 | The problem with ramfs is that it has no size limitations so |
66 | The problem with ramfs is that it has no size limitations so |
| 60 | one could easily take down their machine by accident. Perhaps |
67 | one could easily take down their machine by accident #68653. |
| 61 | this could be made into a configuration option (type is ramfs, |
|
|
| 62 | tmpfs, or ramdisk and size is xxxx), but for now we'll just |
|
|
| 63 | force tmpfs unless someone cares ;) #68653. |
|
|
| 64 | |
68 | |
| 65 | * rc-scripts 1.6.3 (23 Oct 2004) |
69 | * rc-scripts 1.6.3 (23 Oct 2004) |
| 66 | |
70 | |
| 67 | 22 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
71 | 22 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
| 68 | |
72 | |