mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 19:05:36 -04:00
We want to format partitions we create
This commit is contained in:
parent
467d89f56f
commit
f27ff4c717
1 changed files with 1 additions and 0 deletions
|
@ -115,5 +115,6 @@ CreatePartitionDialog::createPartitionInfo()
|
||||||
|
|
||||||
auto info = new PartitionInfo( partition );
|
auto info = new PartitionInfo( partition );
|
||||||
info->mountPoint = m_ui->mountPointComboBox->currentText();
|
info->mountPoint = m_ui->mountPointComboBox->currentText();
|
||||||
|
info->format = true;
|
||||||
return info;
|
return info;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue