|
|
|
@ -403,8 +403,7 @@ shouldWarnForGPTOnBIOS( const PartitionCoreModule* core )
|
|
|
|
|
&& ( partition->fileSystem().type() == FileSystem::Unformatted )
|
|
|
|
|
&& ( partition->capacity() >= 8_MiB ) )
|
|
|
|
|
{
|
|
|
|
|
cDebug() << Logger::SubEntry << "Partition" << partition->devicePath()
|
|
|
|
|
<< partition->partitionPath()
|
|
|
|
|
cDebug() << Logger::SubEntry << "Partition" << partition->devicePath() << partition->partitionPath()
|
|
|
|
|
<< "is a suitable bios_grub partition";
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
@ -591,7 +590,7 @@ PartitionViewStep::setConfigurationMap( const QVariantMap& configurationMap )
|
|
|
|
|
{
|
|
|
|
|
cWarning() << "Partition-module setting *defaultFileSystemType* is missing, will use ext4";
|
|
|
|
|
}
|
|
|
|
|
QString fsRealName = PartUtils::findFS( fsName, &fsType );
|
|
|
|
|
QString fsRealName = PartUtils::canonicalFilesystemName( fsName, &fsType );
|
|
|
|
|
if ( fsRealName == fsName )
|
|
|
|
|
{
|
|
|
|
|
cDebug() << o << "Partition-module setting *defaultFileSystemType*" << fsRealName;
|
|
|
|
|