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
1 file changed