Commit 412d6fc5 by Szeberényi Imre

DOS/MBR image type added as iso

parent fc13dc82
...@@ -178,7 +178,8 @@ class Disk(object): ...@@ -178,7 +178,8 @@ class Disk(object):
format_map = [ format_map = [
("qcow", "qcow2-norm"), ("qcow", "qcow2-norm"),
("iso", "iso"), ("iso", "iso"),
("x86 boot sector", "iso") ("x86 boot sector", "iso"),
("dos/mbr", "iso")
] ]
with magic.Magic() as m: with magic.Magic() as m:
ftype = m.id_filename(self.get_path()) ftype = m.id_filename(self.get_path())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment