diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-03-13 04:07:02 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-03-13 04:07:02 +0000 |
commit | ce91732416d3fb68ebf527ec839e8f810ea65ebd (patch) | |
tree | 23f70e6e90faa8e7f8aac7d336fe88bbf646efeb /Changelog | |
parent | 3522eb1ab3a4f1bcbf2c0f0eed387733b29c9e95 (diff) | |
download | busybox-ce91732416d3fb68ebf527ec839e8f810ea65ebd.tar.gz |
Some bug fixes I forgot to check-in the other day.
Mounting loop devices w/o specifying the filesystem
type choked if it didn't guess right the first time.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,8 @@ * Fixed a bug where "sed 's/foo/bar/g'" (i.e. a script w/o a "-e") * ps now supports BB_FEATURE_AUTOWIDTH, and can adjust its width to match the terminal (defaults to width=79 when this is off). + * Fixed mount'ing loop devices when the filesystem type was not + specified. It used to revert to non-loop after the first try. -Erik Andersen |