summaryrefslogtreecommitdiffstats
path: root/image.py
diff options
context:
space:
mode:
Diffstat (limited to 'image.py')
-rw-r--r--image.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/image.py b/image.py
index e15de12b2..60f03aa79 100644
--- a/image.py
+++ b/image.py
@@ -257,6 +257,7 @@ def scanForMedia(tree, storage):
if dev.type != "cdrom":
continue
+ storage.devicetree.updateDeviceFormat(dev)
try:
dev.format.mount(mountpoint=tree)
except: