diff options
Diffstat (limited to 'scripts/lib/wic/plugins/imager/direct.py')
-rw-r--r-- | scripts/lib/wic/plugins/imager/direct.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/lib/wic/plugins/imager/direct.py b/scripts/lib/wic/plugins/imager/direct.py index 67fd183670..79b948a739 100644 --- a/scripts/lib/wic/plugins/imager/direct.py +++ b/scripts/lib/wic/plugins/imager/direct.py | |||
@@ -487,8 +487,6 @@ class PartitionedImage(): | |||
487 | parted_fs_type = "fat32" | 487 | parted_fs_type = "fat32" |
488 | elif part.fstype == "msdos": | 488 | elif part.fstype == "msdos": |
489 | parted_fs_type = "fat16" | 489 | parted_fs_type = "fat16" |
490 | elif part.fstype == "ontrackdm6aux3": | ||
491 | parted_fs_type = "ontrackdm6aux3" | ||
492 | else: | 490 | else: |
493 | # Type for ext2/ext3/ext4/btrfs | 491 | # Type for ext2/ext3/ext4/btrfs |
494 | parted_fs_type = "ext2" | 492 | parted_fs_type = "ext2" |