[luksopenswaphookcfg] Merge pull request #2025 from demmm/calamares

Duplicate key ends up in the configuration file.

FIXES #1659
This commit is contained in:
Adriaan de Groot 2022-07-21 01:08:51 +02:00 committed by GitHub
commit 09ed07b0c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,7 +165,7 @@ globalStoragePartitionInfo( Calamares::GlobalStorage* gs, LOSHInfo& info )
{
Calamares::String::removeLeading( btrfsRootSubvolume, '/' );
info.keyfile_device_mount_options
= QStringLiteral( "keyfile_device_mount_options=--options=subvol=" ) + btrfsRootSubvolume;
= QStringLiteral( "--options=subvol=" ) + btrfsRootSubvolume;
}
}