diff options
Diffstat (limited to 'scripts/lib/wic/imager/direct.py')
-rw-r--r-- | scripts/lib/wic/imager/direct.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/lib/wic/imager/direct.py b/scripts/lib/wic/imager/direct.py index 36150c9ad3..2290ecd07d 100644 --- a/scripts/lib/wic/imager/direct.py +++ b/scripts/lib/wic/imager/direct.py | |||
@@ -272,7 +272,8 @@ class DirectImageCreator(BaseImageCreator): | |||
272 | boot=p.active, | 272 | boot=p.active, |
273 | align=p.align, | 273 | align=p.align, |
274 | no_table=p.no_table, | 274 | no_table=p.no_table, |
275 | part_type=p.part_type) | 275 | part_type=p.part_type, |
276 | uuid=p.uuid) | ||
276 | 277 | ||
277 | self._restore_fstab(fstab) | 278 | self._restore_fstab(fstab) |
278 | 279 | ||