[partition] Add support for partition type

This commit is contained in:
Gaël PORTAY 2020-03-19 08:37:21 -04:00
parent 2eb84e2de1
commit c5ebe13aeb
7 changed files with 28 additions and 2 deletions

View file

@ -882,6 +882,7 @@ PartitionCoreModule::initLayout( const QVariantList& config )
}
if ( !m_partLayout->addEntry( CalamaresUtils::getString( pentry, "name" ),
CalamaresUtils::getString( pentry, "type" ),
CalamaresUtils::getString( pentry, "mountPoint" ),
CalamaresUtils::getString( pentry, "filesystem" ),
sizeString,