summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/imager/direct.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/wic/imager/direct.py')
-rw-r--r--scripts/lib/wic/imager/direct.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/lib/wic/imager/direct.py b/scripts/lib/wic/imager/direct.py
index b236c7a7d0..c1e5f09eee 100644
--- a/scripts/lib/wic/imager/direct.py
+++ b/scripts/lib/wic/imager/direct.py
@@ -269,11 +269,11 @@ class DirectImageCreator(BaseImageCreator):
269 p.source_file, 269 p.source_file,
270 p.fstype, 270 p.fstype,
271 p.label, 271 p.label,
272 fsopts = p.fsopts, 272 fsopts=p.fsopts,
273 boot = p.active, 273 boot=p.active,
274 align = p.align, 274 align=p.align,
275 no_table = p.no_table, 275 no_table=p.no_table,
276 part_type = p.part_type) 276 part_type=p.part_type)
277 277
278 self._restore_fstab(fstab) 278 self._restore_fstab(fstab)
279 279