summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/utils
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/wic/utils')
-rw-r--r--scripts/lib/wic/utils/partitionedfs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/wic/utils/partitionedfs.py b/scripts/lib/wic/utils/partitionedfs.py
index ad596d26f2..9da4a7f2b4 100644
--- a/scripts/lib/wic/utils/partitionedfs.py
+++ b/scripts/lib/wic/utils/partitionedfs.py
@@ -87,7 +87,7 @@ class Image(object):
87 87
88 def add_partition(self, size, disk_name, mountpoint, source_file=None, fstype=None, 88 def add_partition(self, size, disk_name, mountpoint, source_file=None, fstype=None,
89 label=None, fsopts=None, boot=False, align=None, no_table=False, 89 label=None, fsopts=None, boot=False, align=None, no_table=False,
90 part_type=None, uuid=None): 90 part_type=None, uuid=None, system_id=None):
91 """ Add the next partition. Prtitions have to be added in the 91 """ Add the next partition. Prtitions have to be added in the
92 first-to-last order. """ 92 first-to-last order. """
93 93