This commit is contained in:
demmm 2022-07-20 20:22:04 +02:00
parent 8cefb59efb
commit f30d568f10

View File

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