This commit is contained in:
demmm 2022-07-20 20:22:04 +02:00 committed by Adriaan de Groot
parent 4b541b5b29
commit 6444b4205b

View File

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