mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 02:45:44 -05: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->setState( Partition::State::None );
|
||||
|
||||
// If it is a gpt device, set the partition UUID
|
||||
if ( device->partitionTable()->type() == PartitionTable::gpt && partition->uuid().isEmpty() )
|
||||
|
|
Loading…
Add table
Reference in a new issue