From ce91732416d3fb68ebf527ec839e8f810ea65ebd Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Mon, 13 Mar 2000 04:07:02 +0000 Subject: 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 --- Changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 5678f60c2..c6493f8a3 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 -- cgit v1.2.3