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

do not set active flags on the to-be ESP (thanks @philmmanjaro for testing)
main
Adriaan de Groot 7 years ago committed by GitHub
commit 8b6fb1f5fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save