[partition] Add support for partition attributes

This commit is contained in:
Gaël PORTAY 2020-03-21 14:21:16 -04:00
parent ac8de23c6e
commit c1b5426c66
6 changed files with 33 additions and 0 deletions

View file

@ -884,6 +884,7 @@ PartitionCoreModule::initLayout( const QVariantList& config )
if ( !m_partLayout->addEntry( CalamaresUtils::getString( pentry, "name" ),
CalamaresUtils::getString( pentry, "type" ),
CalamaresUtils::getUnsignedInteger( pentry, "attributes", 0 ),
CalamaresUtils::getString( pentry, "mountPoint" ),
CalamaresUtils::getString( pentry, "filesystem" ),
CalamaresUtils::getSubMap( pentry, "features", ok ),