diff --git a/bootstrapvz/common/tasks/filesystem.py b/bootstrapvz/common/tasks/filesystem.py index 4230a5a..4fb7393 100644 --- a/bootstrapvz/common/tasks/filesystem.py +++ b/bootstrapvz/common/tasks/filesystem.py @@ -196,7 +196,7 @@ class FStab(Task): def is_additional(partition): return (not isinstance(partition, UnformattedPartition) and - partition.name not in ["boot", "swap", "root", "type"]) + partition.name not in ["boot", "swap", "root"]) p_map = info.volume.partition_map partitions = p_map.partitions