diff options
Diffstat (limited to 'scripts/lib/wic/partition.py')
| -rw-r--r-- | scripts/lib/wic/partition.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/wic/partition.py b/scripts/lib/wic/partition.py index 7d9dd616a6..85eb15c8b8 100644 --- a/scripts/lib/wic/partition.py +++ b/scripts/lib/wic/partition.py | |||
| @@ -40,6 +40,7 @@ class Partition(): | |||
| 40 | self.mountpoint = args.mountpoint | 40 | self.mountpoint = args.mountpoint |
| 41 | self.no_table = args.no_table | 41 | self.no_table = args.no_table |
| 42 | self.num = None | 42 | self.num = None |
| 43 | self.offset = args.offset | ||
| 43 | self.overhead_factor = args.overhead_factor | 44 | self.overhead_factor = args.overhead_factor |
| 44 | self.part_name = args.part_name | 45 | self.part_name = args.part_name |
| 45 | self.part_type = args.part_type | 46 | self.part_type = args.part_type |
