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, 1 insertions, 1 deletions
diff --git a/scripts/lib/wic/partition.py b/scripts/lib/wic/partition.py
index dce5d1485b..5275da6ed3 100644
--- a/scripts/lib/wic/partition.py
+++ b/scripts/lib/wic/partition.py
@@ -132,7 +132,7 @@ class Partition():
132 self.update_fstab_in_rootfs = True 132 self.update_fstab_in_rootfs = True
133 133
134 if not self.source: 134 if not self.source:
135 if self.fstype == "none": 135 if self.fstype == "none" or self.no_table:
136 return 136 return
137 if not self.size and not self.fixed_size: 137 if not self.size and not self.fixed_size:
138 raise WicError("The %s partition has a size of zero. Please " 138 raise WicError("The %s partition has a size of zero. Please "