summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorVitali64 <vitali64pmemail@protonmail.com>2021-12-28 19:23:10 +0100
committerLeah Rowe <leah@libreboot.org>2021-12-29 01:03:18 +0000
commitcff081c6dbdeed721ad5fd59943e9a020a9299af (patch)
treefb823bf6275ada4ed204852c4333c1c2c79f96db /.gitignore
parent72217829404a3ab77d949556417dd0c56dcee256 (diff)
Fix grub's slow boot
On many boards, grub takes a very long time to search for a grub.cfg file on the disk. The problem is the search_grub function which takes a long time to complete. I (vitali64) studied the grub.cfg from 2016 and the grub.cfg from 2021 and optimized the grub.cfg. It should be faster now.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fa154b55..abeccecc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+/grubdiff2016/
*~
/TODO
/ich9utils/