mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
Merge pull request #1828 from dalto8/remove-setstate
Remove setState call to resolve compat issue with older kpmcore
This commit is contained in:
commit
feba83acdd
1 changed files with 0 additions and 1 deletions
|
@ -77,7 +77,6 @@ createZfs( Partition* partition, Device* device )
|
||||||
}
|
}
|
||||||
|
|
||||||
partition->setPartitionPath( deviceNode );
|
partition->setPartitionPath( deviceNode );
|
||||||
partition->setState( Partition::State::None );
|
|
||||||
|
|
||||||
// If it is a gpt device, set the partition UUID
|
// If it is a gpt device, set the partition UUID
|
||||||
if ( device->partitionTable()->type() == PartitionTable::gpt && partition->uuid().isEmpty() )
|
if ( device->partitionTable()->type() == PartitionTable::gpt && partition->uuid().isEmpty() )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue