summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorErik Andersen2000-03-13 04:07:02 +0000
committerErik Andersen2000-03-13 04:07:02 +0000
commitce91732416d3fb68ebf527ec839e8f810ea65ebd (patch)
tree23f70e6e90faa8e7f8aac7d336fe88bbf646efeb /Changelog
parent3522eb1ab3a4f1bcbf2c0f0eed387733b29c9e95 (diff)
downloadbusybox-ce91732416d3fb68ebf527ec839e8f810ea65ebd.zip
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--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 5678f60..c6493f8 100644
--- a/Changelog
+++ b/Changelog
@@ -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