diff options
Diffstat (limited to 'scripts/lib')
| -rw-r--r-- | scripts/lib/wic/partition.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/lib/wic/partition.py b/scripts/lib/wic/partition.py index 85f9847047..76d144d12d 100644 --- a/scripts/lib/wic/partition.py +++ b/scripts/lib/wic/partition.py | |||
| @@ -339,8 +339,6 @@ class Partition(): | |||
| 339 | label_str = "-n %s" % self.label | 339 | label_str = "-n %s" % self.label |
| 340 | 340 | ||
| 341 | size_str = "" | 341 | size_str = "" |
| 342 | if self.fstype == 'msdos': | ||
| 343 | size_str = "-F 16" # FAT 16 | ||
| 344 | 342 | ||
| 345 | extraopts = self.mkfs_extraopts or '-S 512' | 343 | extraopts = self.mkfs_extraopts or '-S 512' |
| 346 | 344 | ||
| @@ -422,8 +420,6 @@ class Partition(): | |||
| 422 | label_str = "-n %s" % self.label | 420 | label_str = "-n %s" % self.label |
| 423 | 421 | ||
| 424 | size_str = "" | 422 | size_str = "" |
| 425 | if self.fstype == 'msdos': | ||
| 426 | size_str = "-F 16" # FAT 16 | ||
| 427 | 423 | ||
| 428 | extraopts = self.mkfs_extraopts or '-S 512' | 424 | extraopts = self.mkfs_extraopts or '-S 512' |
| 429 | 425 | ||
