diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-01-23 01:34:05 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-01-23 01:34:05 +0000 |
commit | de552874d2074ac48ea4b834d61c54e1b6971be3 (patch) | |
tree | 0360b39142f1c85e1cac2637e09c6e452cf1a444 /Changelog | |
parent | f4acea8cf5175de2292c86b58f2f30d262f14345 (diff) |
Some busybox updates. You no longer _have_ to put a "-" in front of tar
options, logger is better behaved and has a "-t" option now. init now supports
the kernel chroot patch, so you can chroot to a new device and umount the old
root.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,10 +1,18 @@ 0.42 * Made tar creation support in busybox tar optional. + You no longer _have_ to put a "-" in front of tar options. * Made grep and grep -h do the right thing wrt printing the file name (it failed to print files names in many cases). * Fix a namespace aliasing problem wereby if du was built in, the symlink for both du and dutmp would be installed, or then rm was built in, the symlinks for both rm and rmmod would be installed. + * Added a closelog() to init.c after loging -- fix thanks to + Taketoshi Sano <kgh12351@nifty.ne.jp> + * Rewrote and simplified logger. Added the "-t" option, and made it + behave itself a bit better. + * Optional support contributed by Ben Collins <bcollins@debian.org> + for the kernel init chroot patch by Werner Almesberger, which + allows init to chroot to a new device, and umount the old one. -Erik Andersen |