mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 00:48:22 -04:00
use actual mapperName, not suggestedMapperName.
This commit is contained in:
parent
5ddd0f523b
commit
beb16a77f0
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->suggestedMapperName( partition->partitionPath() );
|
||||
map[ "luksMapperName" ] = luksFs->mapperName( partition->partitionPath() );
|
||||
map[ "luksUuid" ] = getLuksUuid( partition->partitionPath() );
|
||||
cDebug() << "luksMapperName:" << map[ "luksMapperName" ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue