mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
type is never going to be a partition
This commit is contained in:
parent
5cbd083392
commit
4eb90a544e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue