mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
PCM::createPartition now includes SetPartFlagsJob.
Also remove outstanding SetPartFlagsJobs when deleting a new partition.
This commit is contained in:
parent
3fa7318a37
commit
e9d2312002
2 changed files with 22 additions and 2 deletions
|
@ -81,7 +81,8 @@ public:
|
|||
|
||||
void createPartitionTable( Device* device, PartitionTable::TableType type );
|
||||
|
||||
void createPartition( Device* device, Partition* partition );
|
||||
void createPartition( Device* device, Partition* partition,
|
||||
PartitionTable::Flags flags = PartitionTable::FlagNone );
|
||||
|
||||
void deletePartition( Device* device, Partition* partition );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue