[partition] Relax check with UI-level warning message, too
This commit is contained in:
parent
637d6ad752
commit
e3b7a2884b
@ -408,7 +408,7 @@ PartitionViewStep::onLeave()
|
|||||||
.arg( *Calamares::Branding::ShortProductName )
|
.arg( *Calamares::Branding::ShortProductName )
|
||||||
.arg( espMountPoint );
|
.arg( espMountPoint );
|
||||||
}
|
}
|
||||||
else if ( esp && !esp->activeFlags().testFlag( PartitionTable::FlagEsp ) )
|
else if ( esp && !PartUtils::isEfiBootable( esp ) )
|
||||||
{
|
{
|
||||||
message = tr( "EFI system partition flag not set" );
|
message = tr( "EFI system partition flag not set" );
|
||||||
description = tr( "An EFI system partition is necessary to start %1."
|
description = tr( "An EFI system partition is necessary to start %1."
|
||||||
|
Loading…
Reference in New Issue
Block a user