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