mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
Correct operation order in EraseDiskPage for EFI.
This commit is contained in:
parent
d499fed8a0
commit
7a69aae0cb
1 changed files with 1 additions and 1 deletions
|
@ -166,12 +166,12 @@ EraseDiskPage::doAutopartition( Device* dev )
|
|||
first_free_sector,
|
||||
lastSector
|
||||
);
|
||||
m_core->createPartition( dev, efiPartition );
|
||||
PartitionInfo::setMountPoint( efiPartition, Calamares::JobQueue::instance()
|
||||
->globalStorage()
|
||||
->value( "efiSystemPartition" )
|
||||
.toString() );
|
||||
PartitionInfo::setFormat( efiPartition, true );
|
||||
m_core->createPartition( dev, efiPartition );
|
||||
first_free_sector = lastSector + 1;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue