[partition] Use the chosen replace-filesystem type
This commit is contained in:
parent
916b87e62e
commit
c9be4c744f
@ -871,7 +871,7 @@ ChoicePage::doReplaceSelectedPartition( const QModelIndex& current )
|
|||||||
selectedDevice(),
|
selectedDevice(),
|
||||||
selectedPartition,
|
selectedPartition,
|
||||||
{ gs->value( "defaultPartitionType" ).toString(),
|
{ gs->value( "defaultPartitionType" ).toString(),
|
||||||
gs->value( "defaultFileSystemType" ).toString(),
|
m_config->replaceModeFilesystem(),
|
||||||
m_encryptWidget->passphrase() } );
|
m_encryptWidget->passphrase() } );
|
||||||
Partition* homePartition = findPartitionByPath( { selectedDevice() }, *homePartitionPath );
|
Partition* homePartition = findPartitionByPath( { selectedDevice() }, *homePartitionPath );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user