[luksopenswaphookcfg] fix for https://github.com/calamares/calamares/issues/1659
This commit is contained in:
parent
4b541b5b29
commit
6444b4205b
@ -165,7 +165,7 @@ globalStoragePartitionInfo( Calamares::GlobalStorage* gs, LOSHInfo& info )
|
|||||||
{
|
{
|
||||||
CalamaresUtils::removeLeading( btrfsRootSubvolume, '/' );
|
CalamaresUtils::removeLeading( btrfsRootSubvolume, '/' );
|
||||||
info.keyfile_device_mount_options
|
info.keyfile_device_mount_options
|
||||||
= QStringLiteral( "keyfile_device_mount_options=--options=subvol=" ) + btrfsRootSubvolume;
|
= QStringLiteral( "--options=subvol=" ) + btrfsRootSubvolume;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user