commit | 0cae535574b8183a3649368a0616f23f2444b70a | [log] [tgz] |
---|---|---|
author | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | Wed Mar 11 17:21:53 2009 +0000 |
committer | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | Wed Mar 11 17:21:53 2009 +0000 |
tree | addb30b1da978e2b2aff268ca327f51c5d201c13 | |
parent | 1eb6e9eca4bd2bea26e972350f42f59d9797a346 [diff] |
boottool.get_entries is terribly ineffective: it calls boottool.pl to get all kernel indexes and then calls it again for each index to get details. This means the bootloader configuration is parsed n+1 times (where n is a number of items in bootloader config). Change that to parse the configuration just once. Signed-off-by: Jiri Benc <jbenc@suse.cz> git-svn-id: http://test.kernel.org/svn/autotest/trunk@2869 592f7852-d20e-0410-864c-8624ca9c26a4