fix jffs2reset on ubifs overlay
authorDaniel Golle <daniel@makrotopia.org>
Sat, 21 Jun 2014 20:07:26 +0000 (22:07 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Sat, 21 Jun 2014 22:20:11 +0000 (00:20 +0200)
change find_mount_point parameter to match either all or only
jffs2 and ubifs, which are typically used on embedded mtd devices.
For now, find_mount_point was used without the fstype parameter
except for a single occurance in jffs2reset. There it is desireable
to apply the same logic as previously hard-coded to jffs2 also in the
case of a ubifs overlay, so firstboot aka. factory-reset works as
expected.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>

No differences found