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 d850fbd1b1..3240be072a 100644 --- a/scripts/lib/wic/partition.py +++ b/scripts/lib/wic/partition.py | |||
| @@ -31,6 +31,7 @@ class Partition(): | |||
| 31 | self.extra_space = args.extra_space | 31 | self.extra_space = args.extra_space | 
| 32 | self.exclude_path = args.exclude_path | 32 | self.exclude_path = args.exclude_path | 
| 33 | self.include_path = args.include_path | 33 | self.include_path = args.include_path | 
| 34 | self.change_directory = args.change_directory | ||
| 34 | self.fsopts = args.fsopts | 35 | self.fsopts = args.fsopts | 
| 35 | self.fstype = args.fstype | 36 | self.fstype = args.fstype | 
| 36 | self.label = args.label | 37 | self.label = args.label | 
