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.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/lib/wic/imager/direct.py b/scripts/lib/wic/imager/direct.py
index a1b4249651..1937042e1a 100644
--- a/scripts/lib/wic/imager/direct.py
+++ b/scripts/lib/wic/imager/direct.py
@@ -267,7 +267,8 @@ class DirectImageCreator(BaseImageCreator):
267 align=part.align, 267 align=part.align,
268 no_table=part.no_table, 268 no_table=part.no_table,
269 part_type=part.part_type, 269 part_type=part.part_type,
270 uuid=part.uuid) 270 uuid=part.uuid,
271 system_id=part.system_id)
271 272
272 if fstab_path: 273 if fstab_path:
273 shutil.move(fstab_path + ".orig", fstab_path) 274 shutil.move(fstab_path + ".orig", fstab_path)