mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 02:45:37 -04:00
[partition] Chase API change in createNewPartition()
The partition- and filesystem-label setting code was already there, but not in the call to createNewPartition(); now we set the FS label twice (once in the call, once afterwards)
This commit is contained in:
parent
b602d423c7
commit
3d49379bec
2 changed files with 3 additions and 0 deletions
|
@ -230,6 +230,7 @@ PartitionLayout::createPartitions( Device* dev,
|
|||
*dev,
|
||||
role,
|
||||
entry.partFileSystem,
|
||||
entry.partLabel,
|
||||
currentSector,
|
||||
currentSector + sectors - 1,
|
||||
KPM_PARTITION_FLAG( None ) );
|
||||
|
@ -240,6 +241,7 @@ PartitionLayout::createPartitions( Device* dev,
|
|||
*dev,
|
||||
role,
|
||||
entry.partFileSystem,
|
||||
entry.partLabel,
|
||||
currentSector,
|
||||
currentSector + sectors - 1,
|
||||
luksPassphrase,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue