summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/partition.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/wic/partition.py')
-rw-r--r--scripts/lib/wic/partition.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/lib/wic/partition.py b/scripts/lib/wic/partition.py
index 69b369ce32..754ad757d0 100644
--- a/scripts/lib/wic/partition.py
+++ b/scripts/lib/wic/partition.py
@@ -38,12 +38,14 @@ class Partition():
38 self.active = args.active 38 self.active = args.active
39 self.align = args.align 39 self.align = args.align
40 self.disk = args.disk 40 self.disk = args.disk
41 self.device = None
41 self.extra_space = args.extra_space 42 self.extra_space = args.extra_space
42 self.fsopts = args.fsopts 43 self.fsopts = args.fsopts
43 self.fstype = args.fstype 44 self.fstype = args.fstype
44 self.label = args.label 45 self.label = args.label
45 self.mountpoint = args.mountpoint 46 self.mountpoint = args.mountpoint
46 self.no_table = args.no_table 47 self.no_table = args.no_table
48 self.num = None
47 self.overhead_factor = args.overhead_factor 49 self.overhead_factor = args.overhead_factor
48 self.part_type = args.part_type 50 self.part_type = args.part_type
49 self.rootfs_dir = args.rootfs_dir 51 self.rootfs_dir = args.rootfs_dir