diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-02-23 22:49:58 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-02-23 22:49:58 +0000 |
commit | 5b911ddd577373dfcbd3d2dade7089ff611ea35e (patch) | |
tree | 85c5c3dc68f1cece663c3cf1ac960225c980e38c /Changelog | |
parent | dc75a739acefa740f91cf1642f730d5d1a0658ae (diff) | |
download | busybox-5b911ddd577373dfcbd3d2dade7089ff611ea35e.tar.gz |
Fixed rebooting when init runs as /linuxrc
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -11,12 +11,13 @@ * Fixed "du" so it gives the same answers as GNU "du" (busybox du used to count hard-linked files more then once). Many thanks to Friedrich Vedder <fwv@myrtle.lahn.de> for the fix. - * Removed /proc dependancies for init and free (while maintaining exactly - the same functionality). /proc takes up 90k of kernel space, so it is - nice to avoid using it at all costs. - * init no longer tries to mount /proc (unless there is less the 1 meg free). - Use of /proc (or not) is policy that should be set up in /etc/fstab (or - in hardcoded scripts), not in init. + * Removed /proc dependancies for init and free (while maintaining + exactly the same functionality). /proc takes up 90k of kernel + space, so it is nice to avoid using it at all costs. + * init no longer tries to mount /proc (unless there is less the 1 meg + free). Use of /proc (or not) is policy that should be set up in + /etc/fstab (or in hardcoded scripts), not in init. + * Fixed rebooting when init runs as an initrd. -Erik Andersen |