diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/lib/wic/partition.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/wic/partition.py b/scripts/lib/wic/partition.py index bda4aef1b4..f11c393df5 100644 --- a/scripts/lib/wic/partition.py +++ b/scripts/lib/wic/partition.py | |||
@@ -134,7 +134,7 @@ class Partition(): | |||
134 | self.update_fstab_in_rootfs = True | 134 | self.update_fstab_in_rootfs = True |
135 | 135 | ||
136 | if not self.source: | 136 | if not self.source: |
137 | if self.fstype == "none": | 137 | if self.fstype == "none" or self.no_table: |
138 | return | 138 | return |
139 | if not self.size and not self.fixed_size: | 139 | if not self.size and not self.fixed_size: |
140 | raise WicError("The %s partition has a size of zero. Please " | 140 | raise WicError("The %s partition has a size of zero. Please " |