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