mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 04:15:37 -04:00
Update to KPMcore LUKS' API changes
This commit is contained in:
parent
aa10fe982a
commit
23026252a8
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ mapForPartition( Partition* partition, const QString& uuid )
|
|||
const FS::luks* luksFs = dynamic_cast< const FS::luks* >( &fsRef );
|
||||
if ( luksFs )
|
||||
{
|
||||
map[ "luksMapperName" ] = luksFs->mapperName( partition->partitionPath() ).split( "/" ).last();
|
||||
map[ "luksMapperName" ] = luksFs->mapperName().split( "/" ).last();
|
||||
map[ "luksUuid" ] = getLuksUuid( partition->partitionPath() );
|
||||
map[ "luksPassphrase" ] = luksFs->passphrase();
|
||||
cDebug() << "luksMapperName:" << map[ "luksMapperName" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue