[partition] Add support for partition uuid

This commit is contained in:
Gaël PORTAY 2020-05-14 12:30:58 -04:00
parent 7e83296aa2
commit da6f728cd4
4 changed files with 10 additions and 0 deletions

View file

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