mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 02:45:37 -04:00
Merge branch 'master' into kpmcore-manager
This commit is contained in:
commit
f6d89354a1
510 changed files with 65258 additions and 30832 deletions
|
@ -450,7 +450,7 @@ isEfiBootable( const Partition* candidate )
|
|||
QString
|
||||
findFS( QString fsName, FileSystem::Type* fsType )
|
||||
{
|
||||
QStringList fsLanguage { QLatin1Literal( "C" ) }; // Required language list to turn off localization
|
||||
QStringList fsLanguage { QLatin1String( "C" ) }; // Required language list to turn off localization
|
||||
if ( fsName.isEmpty() )
|
||||
fsName = QStringLiteral( "ext4" );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue