Merge pull request #1021 from apachelogger/no-active-esp

do not set active flags on the to-be ESP (thanks @philmmanjaro for testing)
This commit is contained in:
Adriaan de Groot 2018-09-03 10:28:40 +02:00 committed by GitHub
commit 8b6fb1f5fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,7 +160,7 @@ doAutopartition( PartitionCoreModule* core, Device* dev, const QString& luksPass
FileSystem::Fat32,
firstFreeSector,
lastSector,
PartitionTable::FlagEsp
PartitionTable::FlagNone
);
PartitionInfo::setFormat( efiPartition, true );
PartitionInfo::setMountPoint( efiPartition, gs->value( "efiSystemPartition" )