diff options
Diffstat (limited to 'scripts/lib/wic/utils/partitionedfs.py')
-rw-r--r-- | scripts/lib/wic/utils/partitionedfs.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/lib/wic/utils/partitionedfs.py b/scripts/lib/wic/utils/partitionedfs.py index 2d74b6b67c..bb99c6a6c1 100644 --- a/scripts/lib/wic/utils/partitionedfs.py +++ b/scripts/lib/wic/utils/partitionedfs.py | |||
@@ -294,6 +294,8 @@ class Image: | |||
294 | parted_fs_type = "fat32" | 294 | parted_fs_type = "fat32" |
295 | elif p['fstype'] == "msdos": | 295 | elif p['fstype'] == "msdos": |
296 | parted_fs_type = "fat16" | 296 | parted_fs_type = "fat16" |
297 | elif p['fstype'] == "ontrackdm6aux3": | ||
298 | parted_fs_type = "ontrackdm6aux3" | ||
297 | else: | 299 | else: |
298 | # Type for ext2/ext3/ext4/btrfs | 300 | # Type for ext2/ext3/ext4/btrfs |
299 | parted_fs_type = "ext2" | 301 | parted_fs_type = "ext2" |