diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2015-04-19 21:35:31 +0100 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2015-04-19 21:15:19 +0000 |
commit | 1daabebda57976579465e5c281eaa14088e0e37f (patch) | |
tree | e5715742b7154312205add46747b2bcec8c04738 /perl-install/NEWS | |
parent | 94e8350da5fe301f40ea929c12f1ed000d87a285 (diff) | |
download | drakx-1daabebda57976579465e5c281eaa14088e0e37f.tar drakx-1daabebda57976579465e5c281eaa14088e0e37f.tar.gz drakx-1daabebda57976579465e5c281eaa14088e0e37f.tar.bz2 drakx-1daabebda57976579465e5c281eaa14088e0e37f.tar.xz drakx-1daabebda57976579465e5c281eaa14088e0e37f.zip |
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.
Diffstat (limited to 'perl-install/NEWS')
-rw-r--r-- | perl-install/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index bbfbddd5e..f9f2574a7 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -6,6 +6,7 @@ - ugtk2, ugtk3, harddrake2: o do not "restore" mouse cursor on the root window, we haven't set it to 'wait' since 2005 and this causes a crash if we don't own it (mga#15729). +- speed up reading of flags from GPT partition table (mga#15621). Version 16.85 - 15 April 2015 |