diff options
-rwxr-xr-x | tools/mic | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -145,8 +145,6 @@ class Mic(cmdln.Cmdln): self._root_confirm() imagetype = misc.get_image_type(targetimage) - if not imagetype: - imagetype = "fs" if imagetype == "ext3fsimg": imagetype = "loop" |