mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -04:00
Update non-mountable list in CreatePartitionDialog.
This commit is contained in:
parent
2ec2b4ab86
commit
49f470b503
1 changed files with 4 additions and 1 deletions
|
@ -43,7 +43,10 @@
|
||||||
static QSet< FileSystem::Type > s_unmountableFS(
|
static QSet< FileSystem::Type > s_unmountableFS(
|
||||||
{
|
{
|
||||||
FileSystem::Unformatted,
|
FileSystem::Unformatted,
|
||||||
FileSystem::LinuxSwap
|
FileSystem::LinuxSwap,
|
||||||
|
FileSystem::Extended,
|
||||||
|
FileSystem::Unknown,
|
||||||
|
FileSystem::Lvm2_PV
|
||||||
} );
|
} );
|
||||||
|
|
||||||
CreatePartitionDialog::CreatePartitionDialog( Device* device, PartitionNode* parentPartition, QWidget* parentWidget )
|
CreatePartitionDialog::CreatePartitionDialog( Device* device, PartitionNode* parentPartition, QWidget* parentWidget )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue