mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 20:05:37 -04:00
[partition] Add support for partition uuid
This commit is contained in:
parent
7e83296aa2
commit
da6f728cd4
4 changed files with 10 additions and 0 deletions
|
@ -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" ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue