From 1daabebda57976579465e5c281eaa14088e0e37f Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sun, 19 Apr 2015 21:35:31 +0100 Subject: Speed up reading of flags from GPT partition table. On some machines, calls to ped_disk_new() in libparted take of the order of seconds, so doing this for each flag and partition in turn makes partition_table::gpt::read_one take an inordinate amount of time (mga#15621). Instead, collect the flags during the call to c::get_disk_partitions. --- perl-install/install/NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 0f2cfbdac..5611c00a4 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -3,6 +3,7 @@ disk, not the last one across all disks (mga#15589) o suggest up to 20GB/20% of the windows partition (whichever is larger), previously 6GB/10% (mga#15589) +- speed up reading of flags from GPT partition table (mga#15621). Version 16.84 - 14 April 2015 -- cgit v1.2.1