mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 04:15:37 -04:00
[partition] Rename execute to createPartitions
This commit is contained in:
parent
f2bfe2bd6a
commit
f03ae06deb
4 changed files with 16 additions and 16 deletions
|
@ -875,7 +875,7 @@ PartitionCoreModule::layoutApply( Device* dev,
|
|||
const PartitionRole& role )
|
||||
{
|
||||
bool isEfi = PartUtils::isEfiSystem();
|
||||
QList< Partition* > partList = m_partLayout.execute( dev, firstSector, lastSector, luksPassphrase, parent, role );
|
||||
QList< Partition* > partList = m_partLayout.createPartitions( dev, firstSector, lastSector, luksPassphrase, parent, role );
|
||||
|
||||
// Partition::mountPoint() tells us where it is mounted **now**, while
|
||||
// PartitionInfo::mountPoint() says where it will be mounted in the target system.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue