[partition] Relax check with UI-level warning message, too

This commit is contained in:
Adriaan de Groot 2018-01-09 11:15:30 -05:00
parent 637d6ad752
commit e3b7a2884b

View File

@ -408,7 +408,7 @@ PartitionViewStep::onLeave()
.arg( *Calamares::Branding::ShortProductName )
.arg( espMountPoint );
}
else if ( esp && !esp->activeFlags().testFlag( PartitionTable::FlagEsp ) )
else if ( esp && !PartUtils::isEfiBootable( esp ) )
{
message = tr( "EFI system partition flag not set" );
description = tr( "An EFI system partition is necessary to start %1."