Blame SOURCES/0213-Rename-00_menu_auto_hide.in-to-01_menu_auto_hide.in.patch

8631a2
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
8631a2
From: Christian Glombek <lorbus@fedoraproject.org>
8631a2
Date: Tue, 31 Jul 2018 11:11:01 +0200
8631a2
Subject: [PATCH] Rename 00_menu_auto_hide.in to 01_menu_auto_hide.in
8631a2
8631a2
This is necessary to accommodate the fallback counting script which
8631a2
needs to run before this one because the menu auto hide script sets
8631a2
boot_success = 0, which will be used by the boot counting script
8631a2
---
8631a2
 Makefile.util.def                                          | 4 ++--
8631a2
 util/grub.d/{00_menu_auto_hide.in => 01_menu_auto_hide.in} | 0
8631a2
 2 files changed, 2 insertions(+), 2 deletions(-)
8631a2
 rename util/grub.d/{00_menu_auto_hide.in => 01_menu_auto_hide.in} (100%)
8631a2
8631a2
diff --git a/Makefile.util.def b/Makefile.util.def
8631a2
index 97cd8bdebd9..cba4d500198 100644
8631a2
--- a/Makefile.util.def
8631a2
+++ b/Makefile.util.def
8631a2
@@ -449,8 +449,8 @@ script = {
8631a2
 };
8631a2
 
8631a2
 script = {
8631a2
-  name = '00_menu_auto_hide';
8631a2
-  common = util/grub.d/00_menu_auto_hide.in;
8631a2
+  name = '01_menu_auto_hide';
8631a2
+  common = util/grub.d/01_menu_auto_hide.in;
8631a2
   installdir = grubconf;
8631a2
 };
8631a2
 
8631a2
diff --git a/util/grub.d/00_menu_auto_hide.in b/util/grub.d/01_menu_auto_hide.in
8631a2
similarity index 100%
8631a2
rename from util/grub.d/00_menu_auto_hide.in
8631a2
rename to util/grub.d/01_menu_auto_hide.in