- more replacements of /etc/default/grub to /etc/sysconfig/grub
authorMarcin Krol <hawk@tld-linux.org>
Sun, 27 Apr 2025 12:44:58 +0000 (14:44 +0200)
committerMarcin Krol <hawk@tld-linux.org>
Sun, 27 Apr 2025 12:44:58 +0000 (14:44 +0200)
tld-sysconfdir.patch

index 301f4c5e30d7bf1742c3ee9668c3557513884dc9..0c0c7e74e8feffc534187634beb86a96a48abebf 100644 (file)
-diff -urNp -x '*.orig' grub-2.06.org/util/grub-mkconfig.in grub-2.06/util/grub-mkconfig.in
---- grub-2.06.org/util/grub-mkconfig.in        2021-03-10 14:42:22.000000000 +0100
-+++ grub-2.06/util/grub-mkconfig.in    2023-07-09 22:57:02.992264334 +0200
-@@ -157,8 +157,8 @@ if [ "x${GRUB_EARLY_INITRD_LINUX_STOCK}"
+diff -ur grub-2.12.orig/docs/grub.info-1 grub-2.12/docs/grub.info-1
+--- grub-2.12.orig/docs/grub.info-1    2023-12-20 17:03:44.000000000 +0100
++++ grub-2.12/docs/grub.info-1 2025-04-26 21:20:04.270885832 +0200
+@@ -1204,7 +1204,7 @@
+ Booting::, and *note Shell-like scripting::), and to disable any system
+ provided by their distribution to automatically run 'grub-mkconfig'.
+-   The file '/etc/default/grub' controls the operation of
++   The file '/etc/sysconfig/grub' controls the operation of
+ 'grub-mkconfig'.  It is sourced by a shell script, and so must be valid
+ POSIX shell input; normally, it will just be a sequence of 'KEY=value'
+ lines, but if the value contains spaces or other special characters then
+@@ -1212,7 +1212,7 @@
+      GRUB_TERMINAL_INPUT="console serial"
+-   Valid keys in '/etc/default/grub' are as follows:
++   Valid keys in '/etc/sysconfig/grub' are as follows:
+ 'GRUB_DEFAULT'
+      The default menu entry.  This may be a number, in which case it
+@@ -1841,7 +1841,7 @@
+    'GRUB_DISABLE_OS_PROBER=true'
+-   in /etc/default/grub
++   in /etc/sysconfig/grub
+    Then write a grub.cfg (/mnt/boot/grub/grub.cfg):
+@@ -2681,7 +2681,7 @@
+ Some laptop vendors provide an additional power-on button which boots
+ another OS. GRUB supports such buttons with the 'GRUB_TIMEOUT_BUTTON',
+ 'GRUB_TIMEOUT_STYLE_BUTTON', 'GRUB_DEFAULT_BUTTON', and
+-'GRUB_BUTTON_CMOS_ADDRESS' variables in default/grub (*note Simple
++'GRUB_BUTTON_CMOS_ADDRESS' variables in sysconfig/grub (*note Simple
+ configuration::).  'GRUB_TIMEOUT_BUTTON', 'GRUB_TIMEOUT_STYLE_BUTTON',
+ and 'GRUB_DEFAULT_BUTTON' are used instead of the corresponding
+ variables without the '_BUTTON' suffix when powered on using the special
+diff -ur grub-2.12.orig/docs/grub.texi grub-2.12/docs/grub.texi
+--- grub-2.12.orig/docs/grub.texi      2023-12-05 15:25:33.000000000 +0100
++++ grub-2.12/docs/grub.texi   2025-04-26 21:20:10.962904809 +0200
+@@ -1284,7 +1284,7 @@
+ (@pxref{Booting}, and @ref{Shell-like scripting}), and to disable any system
+ provided by their distribution to automatically run @command{grub-mkconfig}.
+-The file @file{/etc/default/grub} controls the operation of
++The file @file{/etc/sysconfig/grub} controls the operation of
+ @command{grub-mkconfig}.  It is sourced by a shell script, and so must be
+ valid POSIX shell input; normally, it will just be a sequence of
+ @samp{KEY=value} lines, but if the value contains spaces or other special
+@@ -1294,7 +1294,7 @@
+ GRUB_TERMINAL_INPUT="console serial"
+ @end example
+-Valid keys in @file{/etc/default/grub} are as follows:
++Valid keys in @file{/etc/sysconfig/grub} are as follows:
+ @table @samp
+ @item GRUB_DEFAULT
+@@ -1908,7 +1908,7 @@
+ @code{GRUB_DISABLE_OS_PROBER=true}
+-in /etc/default/grub
++in /etc/sysconfig/grub
+ Then write a grub.cfg (/mnt/boot/grub/grub.cfg):
+@@ -2740,7 +2740,7 @@
+ Some laptop vendors provide an additional power-on button which boots
+ another OS.  GRUB supports such buttons with the @samp{GRUB_TIMEOUT_BUTTON},
+ @samp{GRUB_TIMEOUT_STYLE_BUTTON}, @samp{GRUB_DEFAULT_BUTTON}, and
+-@samp{GRUB_BUTTON_CMOS_ADDRESS} variables in default/grub (@pxref{Simple
++@samp{GRUB_BUTTON_CMOS_ADDRESS} variables in sysconfig/grub (@pxref{Simple
+ configuration}).  @samp{GRUB_TIMEOUT_BUTTON},
+ @samp{GRUB_TIMEOUT_STYLE_BUTTON}, and @samp{GRUB_DEFAULT_BUTTON} are used
+ instead of the corresponding variables without the @samp{_BUTTON} suffix
+diff -ur grub-2.12.orig/grub-core/osdep/aros/config.c grub-2.12/grub-core/osdep/aros/config.c
+--- grub-2.12.orig/grub-core/osdep/aros/config.c       2022-03-21 18:47:00.000000000 +0100
++++ grub-2.12/grub-core/osdep/aros/config.c    2025-04-26 21:51:11.459833102 +0200
+@@ -36,7 +36,7 @@
+   static char *value = NULL;
+   if (!value)
+     value = grub_util_path_concat (3, GRUB_SYSCONFDIR,
+-                                 "default", "grub");
++                                 "sysconfig", "grub");
+   return value;
+ }
+diff -ur grub-2.12.orig/grub-core/osdep/unix/config.c grub-2.12/grub-core/osdep/unix/config.c
+--- grub-2.12.orig/grub-core/osdep/unix/config.c       2022-03-21 18:47:00.000000000 +0100
++++ grub-2.12/grub-core/osdep/unix/config.c    2025-04-26 21:51:02.807812014 +0200
+@@ -36,7 +36,7 @@
+   static char *value = NULL;
+   if (!value)
+     value = grub_util_path_concat (3, GRUB_SYSCONFDIR,
+-                                 "default", "grub");
++                                 "sysconfig", "grub");
+   return value;
+ }
+diff -ur grub-2.12.orig/po/ast.po grub-2.12/po/ast.po
+--- grub-2.12.orig/po/ast.po   2023-12-20 17:09:18.000000000 +0100
++++ grub-2.12/po/ast.po        2025-04-26 21:20:44.418999686 +0200
+@@ -7428,13 +7428,13 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+ "Deteutáronse fallos de sintaxis nel ficheru xeneráu de la\n"
+ " configuración de GRUB. Asegúrate que nun heba fallos\n"
+-" nos ficheros /etc/default/grub y /etc/grub.d/*, sinón\n"
++" nos ficheros /etc/sysconfig/grub y /etc/grub.d/*, sinón\n"
+ " rellena un informe de fallos col ficheru de darréu axuntáu\n"
+ "%s ."
+@@ -7511,8 +7511,8 @@
+ msgstr "Afita la entrada predeterminada del menú d'arranque de GRUB."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
+-msgstr "Esto rique l'axuste GRUB_DEFAULT=saved en %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
++msgstr "Esto rique l'axuste GRUB_DEFAULT=saved en %s/sysconfig/grub.\\n"
+ #: util/grub-set-default.in:56
+ msgid "MENU_ENTRY is a number, a menu item title or a menu item identifier."
+diff -ur grub-2.12.orig/po/ca.po grub-2.12/po/ca.po
+--- grub-2.12.orig/po/ca.po    2023-12-20 17:09:18.000000000 +0100
++++ grub-2.12/po/ca.po 2025-04-26 21:21:36.791148224 +0200
+@@ -7474,13 +7474,13 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+ "S'han detectat errors de sintaxi al fitxer de configuració del GRUB "
+ "generat.\n"
+-"Assegureu-vos que no hi ha errors a /etc/default/grub o als fitxers\n"
++"Assegureu-vos que no hi ha errors a /etc/sysconfig/grub o als fitxers\n"
+ " /etc/grub.d/* o bé envieu un informe d'error adjuntant el fitxer %s "
+ #: util/grub-mkconfig.in:315
+@@ -7553,8 +7553,8 @@
+ msgstr "Estableix l'entrada del menú d'arrencada per defecte del GRUB."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
+-msgstr "Necessita configurar GRUB_DEFAULT=saved a %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
++msgstr "Necessita configurar GRUB_DEFAULT=saved a %s/sysconfig/grub.\\n"
+ #: util/grub-set-default.in:56
+ msgid "MENU_ENTRY is a number, a menu item title or a menu item identifier."
+diff -ur grub-2.12.orig/po/da.po grub-2.12/po/da.po
+--- grub-2.12.orig/po/da.po    2023-12-20 17:09:18.000000000 +0100
++++ grub-2.12/po/da.po 2025-04-26 21:22:52.575363166 +0200
+@@ -7439,13 +7439,13 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+ "Der blev fundet syntaksfejl i den genererede GRUB-\n"
+ "konfigurationsfil.  Sikr dig at der ikke er nogen fejl\n"
+-"i filerne /etc/default/grub eller /etc/grub.d/*, eller\n"
++"i filerne /etc/sysconfig/grub eller /etc/grub.d/*, eller\n"
+ "indsend venligst en fejlrapport med filen %s vedhæftet."
+ #: util/grub-mkconfig.in:315
+@@ -7514,8 +7514,8 @@
+ msgstr "Sæt standardmenuindgangen for opstart i GRUB."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
+-msgstr "Dette kræver at GRUB_DEFAULT=saved angives i %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
++msgstr "Dette kræver at GRUB_DEFAULT=saved angives i %s/sysconfig/grub.\\n"
+ #: util/grub-set-default.in:56
+ msgid "MENU_ENTRY is a number, a menu item title or a menu item identifier."
+diff -ur grub-2.12.orig/po/de_CH.po grub-2.12/po/de_CH.po
+--- grub-2.12.orig/po/de_CH.po 2023-12-20 17:09:18.000000000 +0100
++++ grub-2.12/po/de_CH.po      2025-04-26 21:21:13.035080850 +0200
+@@ -7433,12 +7433,12 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+ "In der erzeugten GRUB-Konfigurationsdatei wurden Syntaxfehler\n"
+-"erkannt. Stellen Sie sicher, dass die Dateien etc/default/grub\n"
++"erkannt. Stellen Sie sicher, dass die Dateien etc/sysconfig/grub\n"
+ "und /etc/grub.d/* fehlerfrei sind oder melden Sie einen Fehler\n"
+ "und hängen die Datei %s an."
+@@ -7514,8 +7514,8 @@
+ msgstr "Den Standardeintrag im GRUB-Bootmenü festlegen."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
+-msgstr "Dazu muss GRUB_DEFAULT=saved in %s/default/grub gesetzt werden.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
++msgstr "Dazu muss GRUB_DEFAULT=saved in %s/sysconfig/grub gesetzt werden.\\n"
+ #: util/grub-set-default.in:56
+ msgid "MENU_ENTRY is a number, a menu item title or a menu item identifier."
+diff -ur grub-2.12.orig/po/de@hebrew.po grub-2.12/po/de@hebrew.po
+--- grub-2.12.orig/po/de@hebrew.po     2023-12-20 17:09:18.000000000 +0100
++++ grub-2.12/po/de@hebrew.po  2025-04-26 21:21:55.659201739 +0200
+@@ -7426,7 +7426,7 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+@@ -7507,7 +7507,7 @@
+ msgstr "דענ שתאנדארדעִינתראג ִימ גרוּבּ-בּוֹוֹתמענֻ פֿעשתלעגענ."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
+ msgstr "דאזוּ מוּשש גרוּבּ_דעפֿאוּלת=שאבֿעד ִינ %s/דעפֿאוּלת/גרוּבּ געשעתזת וערדענ.\\נ"
+ #: util/grub-set-default.in:56
+diff -ur grub-2.12.orig/po/de.po grub-2.12/po/de.po
+--- grub-2.12.orig/po/de.po    2023-12-20 17:09:18.000000000 +0100
++++ grub-2.12/po/de.po 2025-04-26 21:23:22.459447930 +0200
+@@ -7432,12 +7432,12 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+ "In der erzeugten GRUB-Konfigurationsdatei wurden Syntaxfehler\n"
+-"erkannt. Stellen Sie sicher, dass die Dateien etc/default/grub\n"
++"erkannt. Stellen Sie sicher, dass die Dateien etc/sysconfig/grub\n"
+ "und /etc/grub.d/* fehlerfrei sind oder melden Sie einen Fehler\n"
+ "und hängen die Datei %s an."
+@@ -7513,8 +7513,8 @@
+ msgstr "Den Standardeintrag im GRUB-Bootmenü festlegen."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
+-msgstr "Dazu muss GRUB_DEFAULT=saved in %s/default/grub gesetzt werden.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
++msgstr "Dazu muss GRUB_DEFAULT=saved in %s/sysconfig/grub gesetzt werden.\\n"
+ #: util/grub-set-default.in:56
+ msgid "MENU_ENTRY is a number, a menu item title or a menu item identifier."
+diff -ur grub-2.12.orig/po/en@arabic.po grub-2.12/po/en@arabic.po
+--- grub-2.12.orig/po/en@arabic.po     2023-12-20 17:09:18.000000000 +0100
++++ grub-2.12/po/en@arabic.po  2025-04-26 21:21:21.175103936 +0200
+@@ -7336,7 +7336,7 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+@@ -7414,7 +7414,7 @@
+ msgstr "سعت تهع دعفاولت بووت معنو عنتري فور غروب."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
+ msgstr "تهִيس رعقوִيرعس سعتتִينغ غروب_دعفاولت=ساوعد ִين %s/دعفاولت/غروب.\\ن"
+ #: util/grub-set-default.in:56
+diff -ur grub-2.12.orig/po/en@cyrillic.po grub-2.12/po/en@cyrillic.po
+--- grub-2.12.orig/po/en@cyrillic.po   2023-12-20 17:09:18.000000000 +0100
++++ grub-2.12/po/en@cyrillic.po        2025-04-26 21:22:22.807278737 +0200
+@@ -7335,7 +7335,7 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+@@ -7413,7 +7413,7 @@
+ msgstr "Сет тхе дефаулт боот мену ентрѝ фор ГРУБ."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
+ msgstr "Тхис реќуирес сеттинг ГРУБ_ДЕФАУЛТ=савед ин %s/дефаулт/груб.\\н"
+ #: util/grub-set-default.in:56
+diff -ur grub-2.12.orig/po/en@greek.po grub-2.12/po/en@greek.po
+--- grub-2.12.orig/po/en@greek.po      2023-12-20 17:09:18.000000000 +0100
++++ grub-2.12/po/en@greek.po   2025-04-26 21:24:32.647647004 +0200
+@@ -7335,7 +7335,7 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+@@ -7413,7 +7413,7 @@
+ msgstr "Σετ τχε δεφαυλτ ϭοοτ μενυ εντρϋ φορ ΓΡΥϬ."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
+ msgstr "Τχισ ρεϗυιρεσ σεττινγ ΓΡΥϬ_ΔΕΦΑΥΛΤ=σαβεδ ιν %s/δεφαυλτ/γρυϭ.\\ν"
+ #: util/grub-set-default.in:56
+diff -ur grub-2.12.orig/po/en@hebrew.po grub-2.12/po/en@hebrew.po
+--- grub-2.12.orig/po/en@hebrew.po     2023-12-20 17:09:18.000000000 +0100
++++ grub-2.12/po/en@hebrew.po  2025-04-26 21:22:34.515311944 +0200
+@@ -7336,7 +7336,7 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+@@ -7414,7 +7414,7 @@
+ msgstr "שעת תהע דעפֿאוּלת בּוֹוֹת מענוּ ענתריִ פֿוֹר גרוּבּ."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
+ msgstr "תהִיש רעקוִּירעש שעתתִינג גרוּבּ_דעפֿאוּלת=שאבֿעד ִינ %s/דעפֿאוּלת/גרוּבּ.\\נ"
+ #: util/grub-set-default.in:56
+diff -ur grub-2.12.orig/po/en@piglatin.po grub-2.12/po/en@piglatin.po
+--- grub-2.12.orig/po/en@piglatin.po   2023-12-20 17:09:22.000000000 +0100
++++ grub-2.12/po/en@piglatin.po        2025-04-26 21:23:14.723425987 +0200
+@@ -7510,7 +7510,7 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+@@ -7600,7 +7600,7 @@
+ msgstr "etSay ethay efaultday ootbay enumay entryway orfay UBGRay."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
+ msgstr ""
+ "isThay equiresray ettingsay UBGRay_EFAULTDay=avedsay inway %s/efaultday/"
+ "ubgray.\\n"
+diff -ur grub-2.12.orig/po/en@quot.po grub-2.12/po/en@quot.po
+--- grub-2.12.orig/po/en@quot.po       2023-12-20 17:09:21.000000000 +0100
++++ grub-2.12/po/en@quot.po    2025-04-26 21:24:17.183603147 +0200
+@@ -7357,12 +7357,12 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+@@ -7435,8 +7435,8 @@
+ msgstr "Set the default boot menu entry for GRUB."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
+-msgstr "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
++msgstr "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
+ #: util/grub-set-default.in:56
+ msgid "MENU_ENTRY is a number, a menu item title or a menu item identifier."
+diff -ur grub-2.12.orig/po/eo.po grub-2.12/po/eo.po
+--- grub-2.12.orig/po/eo.po    2023-12-20 17:09:18.000000000 +0100
++++ grub-2.12/po/eo.po 2025-04-26 21:24:22.123617156 +0200
+@@ -7304,7 +7304,7 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+@@ -7366,7 +7366,7 @@
+ msgstr ""
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
+ msgstr ""
+ #: util/grub-set-default.in:56
+diff -ur grub-2.12.orig/po/es.po grub-2.12/po/es.po
+--- grub-2.12.orig/po/es.po    2023-12-20 17:09:18.000000000 +0100
++++ grub-2.12/po/es.po 2025-04-26 21:21:42.587164664 +0200
+@@ -7562,13 +7562,13 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+ "Se han detectado errores de sintaxis en el fichero de\n"
+ "configuración de GRUB generado.\n"
+-"Asegurese de que no hay errores en /etc/default/grub\n"
++"Asegurese de que no hay errores en /etc/sysconfig/grub\n"
+ "en los ficheros /etc/grub.d/* o, por favor, abra una\n"
+ "notificación de errores con el fichero %s adjunto."
+@@ -7641,8 +7641,8 @@
+ msgstr "Establece la entrada del menú predeterminada para GRUB."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
+-msgstr "Esto requere establecer GRUB_DEFAULT=saved en %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
++msgstr "Esto requere establecer GRUB_DEFAULT=saved en %s/sysconfig/grub.\\n"
+ #: util/grub-set-default.in:56
+ msgid "MENU_ENTRY is a number, a menu item title or a menu item identifier."
+diff -ur grub-2.12.orig/po/fi.po grub-2.12/po/fi.po
+--- grub-2.12.orig/po/fi.po    2023-12-20 17:09:18.000000000 +0100
++++ grub-2.12/po/fi.po 2025-04-26 21:22:18.151265528 +0200
+@@ -7416,12 +7416,12 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+ "Syntaksivirheitä havaittu luodussa GRUB-määritystiedostossa.\n"
+-"Varmista, että /etc/default/grub- ja /etc/grub.d/* -tiedostoi\n"
++"Varmista, että /etc/sysconfig/grub- ja /etc/grub.d/* -tiedostoi\n"
+ "ei ole virheitä, tai tee vikailmoitus liittäen\n"
+ "%s mukaan ilmoitukseen."
+@@ -7503,9 +7503,9 @@
+ msgstr "Aseta GRUBin käynnistysvalikon oletuskohta."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
+ msgstr ""
+-"Tämä vaatii asetuksen GRUB_DEFAULT=saved tiedostoon %s/default/grub.\\n"
++"Tämä vaatii asetuksen GRUB_DEFAULT=saved tiedostoon %s/sysconfig/grub.\\n"
+ #: util/grub-set-default.in:56
+ msgid "MENU_ENTRY is a number, a menu item title or a menu item identifier."
+diff -ur grub-2.12.orig/po/fr.po grub-2.12/po/fr.po
+--- grub-2.12.orig/po/fr.po    2023-12-20 17:09:18.000000000 +0100
++++ grub-2.12/po/fr.po 2025-04-26 21:23:05.015398450 +0200
+@@ -7516,13 +7516,13 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+ "Des erreurs de syntaxe sont détectées dans le fichier de configuration\n"
+ "de GRUB. Veuillez vérifier qu'il n'y a pas d'erreur dans les fichiers\n"
+-"/etc/default/grub et /etc/grub.d/*. Sinon veuillez signaler un bogue\n"
++"/etc/sysconfig/grub et /etc/grub.d/*. Sinon veuillez signaler un bogue\n"
+ "en joignant le fichier %s."
+ #: util/grub-mkconfig.in:315
+@@ -7602,9 +7602,9 @@
+ msgstr "Configurer l'entrée de menu par défaut pour GRUB."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
+ msgstr ""
+-"Cela nécessite de configurer GRUB_DEFAULT=saved dans %s/default/grub.\\n"
++"Cela nécessite de configurer GRUB_DEFAULT=saved dans %s/sysconfig/grub.\\n"
+ #: util/grub-set-default.in:56
+ msgid "MENU_ENTRY is a number, a menu item title or a menu item identifier."
+diff -ur grub-2.12.orig/po/gl.po grub-2.12/po/gl.po
+--- grub-2.12.orig/po/gl.po    2023-12-20 17:09:18.000000000 +0100
++++ grub-2.12/po/gl.po 2025-04-26 21:24:11.171586092 +0200
+@@ -7490,12 +7490,12 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+ "Detectáronse erros sintácticos no ficheiro de configuración do GRUB xerado.\n"
+-"Asegúrese de que non hai erros en /etc/default/grub\n"
++"Asegúrese de que non hai erros en /etc/sysconfig/grub\n"
+ "e nos ficheiros /etc/grub.d/* ou escriba un informe de erro co\n"
+ "%s ficheiro anexado."
+@@ -7560,9 +7560,9 @@
+ msgstr "Estabelecer a entrada predeterminada do menú de arranque no GRUB."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
+ msgstr ""
+-"Isto require a opción GRUB_PREDETERMINADO=gardada en %s/default/grub.\\n"
++"Isto require a opción GRUB_PREDETERMINADO=gardada en %s/sysconfig/grub.\\n"
+ #: util/grub-set-default.in:56
+ msgid "MENU_ENTRY is a number, a menu item title or a menu item identifier."
+diff -ur grub-2.12.orig/po/grub.pot grub-2.12/po/grub.pot
+--- grub-2.12.orig/po/grub.pot 2023-12-20 17:09:18.000000000 +0100
++++ grub-2.12/po/grub.pot      2025-04-26 21:22:01.503218314 +0200
+@@ -7155,7 +7155,7 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+@@ -7217,7 +7217,7 @@
+ msgstr ""
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
+ msgstr ""
+ #: util/grub-set-default.in:56
+diff -ur grub-2.12.orig/po/he.po grub-2.12/po/he.po
+--- grub-2.12.orig/po/he.po    2023-12-20 17:09:18.000000000 +0100
++++ grub-2.12/po/he.po 2025-04-26 21:23:26.147458390 +0200
+@@ -7193,7 +7193,7 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+@@ -7255,8 +7255,8 @@
+ msgstr "הגדרת רשומת ברירת המחדל בתפריט הטעינה ל־GRUB."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
+-msgstr "דורש את ההגדרה GRUB_DEFAULT=saved תחת %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
++msgstr "דורש את ההגדרה GRUB_DEFAULT=saved תחת %s/sysconfig/grub.\\n"
+ #: util/grub-set-default.in:56
+ msgid "MENU_ENTRY is a number, a menu item title or a menu item identifier."
+diff -ur grub-2.12.orig/po/hr.po grub-2.12/po/hr.po
+--- grub-2.12.orig/po/hr.po    2023-12-20 17:09:18.000000000 +0100
++++ grub-2.12/po/hr.po 2025-04-26 21:23:57.651547748 +0200
+@@ -7397,12 +7397,12 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+ "Greške sintakse su otkrivene u stvorenoj GRUB datoteci podešavanja.\n"
+-"Pobrinite se da ne postoje greške u /etc/default/grub\n"
++"Pobrinite se da ne postoje greške u /etc/sysconfig/grub\n"
+ "i /etc/grub.d/* datotekama ili pošaljite izvješće greške s\n"
+ "%s priloženoj datoteci."
+@@ -7475,8 +7475,8 @@
+ msgstr "Postavi zadanu stavku izbornika pokretanja za GRUB."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
+-msgstr "Ovo zahtijeva postavku GRUB_DEFAULT=spremljenju u %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
++msgstr "Ovo zahtijeva postavku GRUB_DEFAULT=spremljenju u %s/sysconfig/grub.\\n"
+ #: util/grub-set-default.in:56
+ msgid "MENU_ENTRY is a number, a menu item title or a menu item identifier."
+diff -ur grub-2.12.orig/po/hu.po grub-2.12/po/hu.po
+--- grub-2.12.orig/po/hu.po    2023-12-20 17:09:19.000000000 +0100
++++ grub-2.12/po/hu.po 2025-04-26 21:20:54.963029591 +0200
+@@ -7431,12 +7431,12 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+ "Szintaktikai hibák találhatók az előállított GRUB beállítófájlban.\n"
+-"Győződjön meg arról, hogy nincsenek hibák a /etc/default/grub\n"
++"Győződjön meg arról, hogy nincsenek hibák a /etc/sysconfig/grub\n"
+ "és a /etc/grub.d/* fájlokban, vagy küldjön egy hibajelentést a(z)\n"
+ "%s fájllal mellékelve."
+@@ -7513,9 +7513,9 @@
+ msgstr "A GRUB alapértelmezett rendszerindítási menübejegyzésének beállítása."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
+ msgstr ""
+-"Ez a GRUB_DEFAULT=saved beállítást igényli a(z) %s/default/grub fájlban.\\n"
++"Ez a GRUB_DEFAULT=saved beállítást igényli a(z) %s/sysconfig/grub fájlban.\\n"
+ #: util/grub-set-default.in:56
+ msgid "MENU_ENTRY is a number, a menu item title or a menu item identifier."
+diff -ur grub-2.12.orig/po/id.po grub-2.12/po/id.po
+--- grub-2.12.orig/po/id.po    2023-12-20 17:09:19.000000000 +0100
++++ grub-2.12/po/id.po 2025-04-26 21:23:40.283498490 +0200
+@@ -7470,7 +7470,7 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+@@ -7533,7 +7533,7 @@
+ msgstr ""
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
+ msgstr ""
+ #: util/grub-set-default.in:56
+diff -ur grub-2.12.orig/po/it.po grub-2.12/po/it.po
+--- grub-2.12.orig/po/it.po    2023-12-20 17:09:18.000000000 +0100
++++ grub-2.12/po/it.po 2025-04-26 21:24:28.815636136 +0200
+@@ -7482,7 +7482,7 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+@@ -7548,7 +7548,7 @@
+ msgstr ""
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
+ msgstr ""
+ #: util/grub-set-default.in:56
+diff -ur grub-2.12.orig/po/ja.po grub-2.12/po/ja.po
+--- grub-2.12.orig/po/ja.po    2023-12-20 17:09:18.000000000 +0100
++++ grub-2.12/po/ja.po 2025-04-26 21:20:18.178925273 +0200
+@@ -7318,7 +7318,7 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+@@ -7380,7 +7380,7 @@
+ msgstr ""
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
+ msgstr ""
+ #: util/grub-set-default.in:56
+diff -ur grub-2.12.orig/po/ka.po grub-2.12/po/ka.po
+--- grub-2.12.orig/po/ka.po    2023-12-20 17:09:19.000000000 +0100
++++ grub-2.12/po/ka.po 2025-04-26 21:20:48.571011463 +0200
+@@ -7215,7 +7215,7 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+@@ -7277,7 +7277,7 @@
+ msgstr "GRUB-ის მენიუს ნაგულისხმები პუნქტის დაყენება."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
+ msgstr ""
+ #: util/grub-set-default.in:56
+diff -ur grub-2.12.orig/po/ko.po grub-2.12/po/ko.po
+--- grub-2.12.orig/po/ko.po    2023-12-20 17:09:19.000000000 +0100
++++ grub-2.12/po/ko.po 2025-04-26 21:49:54.163644672 +0200
+@@ -7342,12 +7342,12 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+ "생성한 GRUB 설정 파일에 문법 오류가 있습니다.\n"
+-"/etc/default/grub 파일과 and /etc/grub.d/* 파일에 오류가 없는지\n"
++"/etc/sysconfig/grub 파일과 and /etc/grub.d/* 파일에 오류가 없는지\n"
+ "확인하시고 %s 파일을 첨부하여 버그 보고서를 제출하십시오."
+ #: util/grub-mkconfig.in:315
+@@ -7416,8 +7416,8 @@
+ msgstr "GRUB 기본 부팅 메뉴 항목을 설정합니다."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
+-msgstr "%s/default/grub에 GRUB_DEFAULT=saved 값을 설정해야합니다.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
++msgstr "%s/sysconfig/grub에 GRUB_DEFAULT=saved 값을 설정해야합니다.\\n"
+ #: util/grub-set-default.in:56
+ msgid "MENU_ENTRY is a number, a menu item title or a menu item identifier."
+diff -ur grub-2.12.orig/po/lg.po grub-2.12/po/lg.po
+--- grub-2.12.orig/po/lg.po    2023-12-20 17:09:19.000000000 +0100
++++ grub-2.12/po/lg.po 2025-04-26 21:24:42.071673736 +0200
+@@ -7185,7 +7185,7 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+@@ -7247,7 +7247,7 @@
+ msgstr ""
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
+ msgstr ""
+ #: util/grub-set-default.in:56
+diff -ur grub-2.12.orig/po/lt.po grub-2.12/po/lt.po
+--- grub-2.12.orig/po/lt.po    2023-12-20 17:09:19.000000000 +0100
++++ grub-2.12/po/lt.po 2025-04-26 21:23:36.715488368 +0200
+@@ -7365,12 +7365,12 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+ "Sukurtame GRUB konfigūracijos faile aptikta klaidų.\n"
+-"Įsitikinkite, ar nėra klaidų /etc/default/grub\n"
++"Įsitikinkite, ar nėra klaidų /etc/sysconfig/grub\n"
+ "ir /etc/grub.d/* failuose arba praneškite apie klaidą\n"
+ "prisegdami %s failą."
+@@ -7433,8 +7433,8 @@
+ msgstr "Nurodyti numatytąjį numatytąjį paleidimo GRUB meniu įrašą."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
+-msgstr "Tam reikia įrašyti GRUB_DEFAULT=saved faile %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
++msgstr "Tam reikia įrašyti GRUB_DEFAULT=saved faile %s/sysconfig/grub.\\n"
+ #: util/grub-set-default.in:56
+ msgid "MENU_ENTRY is a number, a menu item title or a menu item identifier."
+diff -ur grub-2.12.orig/po/nb.po grub-2.12/po/nb.po
+--- grub-2.12.orig/po/nb.po    2023-12-20 17:09:19.000000000 +0100
++++ grub-2.12/po/nb.po 2025-04-26 21:23:44.367510074 +0200
+@@ -7399,12 +7399,12 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+ "Generert GRUB-oppsettsfil inneholder syntaksfeil.\n"
+-"Kontroller at grunnlaget i /etc/default/grub og /etc/grub.d/*\n"
++"Kontroller at grunnlaget i /etc/sysconfig/grub og /etc/grub.d/*\n"
+ "ikke innheholder feil, og send inn en feilrapport\n"
+ "med %s vedlagt hvis du fremdeles har problemer."
+@@ -7479,9 +7479,9 @@
+ msgstr "Velg standardoppføring på GRUB-oppstartsmenyen."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
+ msgstr ""
+-"Dette krever at du gir en verdi til «GRUB_DEFAULT=» i fila %s/default/grub."
++"Dette krever at du gir en verdi til «GRUB_DEFAULT=» i fila %s/sysconfig/grub."
+ "\\n"
+ #: util/grub-set-default.in:56
+diff -ur grub-2.12.orig/po/nl.po grub-2.12/po/nl.po
+--- grub-2.12.orig/po/nl.po    2023-12-20 17:09:19.000000000 +0100
++++ grub-2.12/po/nl.po 2025-04-26 21:21:01.231047371 +0200
+@@ -7458,12 +7458,12 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+ "Er zijn syntaxfouten gevonden in het aangemaakte GRUB-configuratiebestand.\n"
+-"Verzeker u ervan dat er geen fouten zitten in het bestand /etc/default/grub\n"
++"Verzeker u ervan dat er geen fouten zitten in het bestand /etc/sysconfig/grub\n"
+ "noch in de bestanden in /etc/grub.d/.  Rapporteer anders een fout, met het\n"
+ "bestand %s als bijlage."
+@@ -7533,9 +7533,9 @@
+ msgstr "Het standaardmenu-item voor GRUB instellen."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
+ msgstr ""
+-"Dit vereist het instellen van GRUB_DEFAULT=saved in %s/default/grub.\\n"
++"Dit vereist het instellen van GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
+ #: util/grub-set-default.in:56
+ msgid "MENU_ENTRY is a number, a menu item title or a menu item identifier."
+diff -ur grub-2.12.orig/po/pa.po grub-2.12/po/pa.po
+--- grub-2.12.orig/po/pa.po    2023-12-20 17:09:19.000000000 +0100
++++ grub-2.12/po/pa.po 2025-04-26 21:22:29.351297297 +0200
+@@ -7251,7 +7251,7 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+@@ -7313,7 +7313,7 @@
+ msgstr "ਗਰਬ ਲਈ ਮੂਲ ਬੂਟ ਮੇਨੂ ਐਂਟਰੀ ਸੈੱਟ ਕਰੋ।"
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
+ msgstr ""
+ #: util/grub-set-default.in:56
+diff -ur grub-2.12.orig/po/pl.po grub-2.12/po/pl.po
+--- grub-2.12.orig/po/pl.po    2023-12-20 17:09:19.000000000 +0100
++++ grub-2.12/po/pl.po 2025-04-26 21:20:35.298973828 +0200
+@@ -7411,12 +7411,12 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+ "W wygenerowanym pliku konfiguracyjnym GRUB-a wykryto błędy składni.\n"
+-"Proszę się upewnić, że nie ma błędów w plikach /etc/default/grub\n"
++"Proszę się upewnić, że nie ma błędów w plikach /etc/sysconfig/grub\n"
+ "oraz /etc/grub.d/* albo wypełnić raport błędu z załączonym plikiem\n"
+ "%s."
+@@ -7492,8 +7492,8 @@
+ msgstr "Ustawia domyślny wpis menu dla GRUB-a."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
+-msgstr "Wymaga to ustawienia GRUB_DEFAULT=saved w %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
++msgstr "Wymaga to ustawienia GRUB_DEFAULT=saved w %s/sysconfig/grub.\\n"
+ #: util/grub-set-default.in:56
+ msgid "MENU_ENTRY is a number, a menu item title or a menu item identifier."
+diff -ur grub-2.12.orig/po/pt_BR.po grub-2.12/po/pt_BR.po
+--- grub-2.12.orig/po/pt_BR.po 2023-12-20 17:09:19.000000000 +0100
++++ grub-2.12/po/pt_BR.po      2025-04-26 21:22:48.039350302 +0200
+@@ -7438,7 +7438,7 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+@@ -7502,7 +7502,7 @@
+ msgstr "Definir a entrada do menu padrão para o GRUB."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
+ msgstr ""
+ #: util/grub-set-default.in:56
+diff -ur grub-2.12.orig/po/pt.po grub-2.12/po/pt.po
+--- grub-2.12.orig/po/pt.po    2023-12-20 17:09:19.000000000 +0100
++++ grub-2.12/po/pt.po 2025-04-26 21:21:47.527178676 +0200
+@@ -7414,12 +7414,12 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+ "Erros de sintaxe são detectados no ficheiro de configuração GRUB.\n"
+-"gerado. Assegure-se de que não há erros em /etc/default/grub\n"
++"gerado. Assegure-se de que não há erros em /etc/sysconfig/grub\n"
+ "e /etc/grub.d/* files ou, por favor, envie um relatório com\n"
+ "o ficheiro %s anexado."
+@@ -7493,8 +7493,8 @@
+ msgstr "Predefinir a entrada GRUB de arranque."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
+-msgstr "Isto requer definir GRUB_DEFAULT= gravado em %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
++msgstr "Isto requer definir GRUB_DEFAULT= gravado em %s/sysconfig/grub.\\n"
+ #: util/grub-set-default.in:56
+ msgid "MENU_ENTRY is a number, a menu item title or a menu item identifier."
+diff -ur grub-2.12.orig/po/ro.po grub-2.12/po/ro.po
+--- grub-2.12.orig/po/ro.po    2023-12-20 17:09:19.000000000 +0100
++++ grub-2.12/po/ro.po 2025-04-26 21:24:47.755689857 +0200
+@@ -7611,13 +7611,13 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+ "S-au detectat erori de sintaxă în fișierul de configurare\n"
+ "generat pentru GRUB.\n"
+-"Asigurați-vă că nu există erori în fișierele „/etc/default/grub”\n"
++"Asigurați-vă că nu există erori în fișierele „/etc/sysconfig/grub”\n"
+ "și „/etc/grub.d/*” sau trimiteți un raport de eroare cu fișierul\n"
+ "„%s” atașat."
+@@ -7700,9 +7700,9 @@
+ msgstr "Stabilește intrarea implicită din meniul de pornire pentru GRUB."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
+ msgstr ""
+-"Aceasta necesită configurarea «GRUB_DEFAULT=saved» în „%s/default/grub”.\\n"
++"Aceasta necesită configurarea «GRUB_DEFAULT=saved» în „%s/sysconfig/grub”.\\n"
+ #: util/grub-set-default.in:56
+ msgid "MENU_ENTRY is a number, a menu item title or a menu item identifier."
+diff -ur grub-2.12.orig/po/ru.po grub-2.12/po/ru.po
+--- grub-2.12.orig/po/ru.po    2023-12-20 17:09:19.000000000 +0100
++++ grub-2.12/po/ru.po 2025-04-26 21:22:59.727383451 +0200
+@@ -7426,12 +7426,12 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+ "В сгенерированном файле настроек GRUB обнаружены синтаксические ошибки.\n"
+-"Убедитесь, что в файлах /etc/default/grub\n"
++"Убедитесь, что в файлах /etc/sysconfig/grub\n"
+ "и /etc/grub.d/* ошибки отсутствуют или пошлите сообщение об ошибке\n"
+ "в прикреплённым файлом %s."
+@@ -7506,8 +7506,8 @@
+ msgstr "Назначает пункт меню GRUB для загрузки по умолчанию."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
+-msgstr "Для этого требуется строка GRUB_DEFAULT=saved в %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
++msgstr "Для этого требуется строка GRUB_DEFAULT=saved в %s/sysconfig/grub.\\n"
+ #: util/grub-set-default.in:56
+ msgid "MENU_ENTRY is a number, a menu item title or a menu item identifier."
+diff -ur grub-2.12.orig/po/sl.po grub-2.12/po/sl.po
+--- grub-2.12.orig/po/sl.po    2023-12-20 17:09:19.000000000 +0100
++++ grub-2.12/po/sl.po 2025-04-26 21:20:40.110987471 +0200
+@@ -7448,12 +7448,12 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+ "V ustvarjeni nastavitveni datoteki GRUB so zaznane napake\n"
+-" skladnje. Prepričajte se, da v datotekah /etc/default/grub in\n"
++" skladnje. Prepričajte se, da v datotekah /etc/sysconfig/grub in\n"
+ "/etc/grub.d/* ni napak ali pa pošljite poročilo o hrošču s pripeto\n"
+ "datoteko %s."
+@@ -7514,7 +7514,7 @@
+ msgstr "Nastavi privzeti vnos menija zagona za GRUB."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
+ msgstr ""
+ #: util/grub-set-default.in:56
+diff -ur grub-2.12.orig/po/sr.po grub-2.12/po/sr.po
+--- grub-2.12.orig/po/sr.po    2023-12-20 17:09:19.000000000 +0100
++++ grub-2.12/po/sr.po 2025-04-26 21:24:36.903659075 +0200
+@@ -7386,12 +7386,12 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+ "Откривене су грешке синтаксе у створеној датотеци подешавања ГРУБ-а.\n"
+-"Проверите да ли има грешака у датотекама „/etc/default/grub“\n"
++"Проверите да ли има грешака у датотекама „/etc/sysconfig/grub“\n"
+ "и „/etc/grub.d/*“ или попуните извештај о грешкама\n"
+ "и приложите датотеку „%s“."
+@@ -7468,8 +7468,8 @@
+ msgstr "Подешава основни унос изборника подизања за ГРУБ."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
+-msgstr "Ово захтева подешавање „GRUB_DEFAULT=saved“ у „%s/default/grub“.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
++msgstr "Ово захтева подешавање „GRUB_DEFAULT=saved“ у „%s/sysconfig/grub“.\\n"
+ #: util/grub-set-default.in:56
+ msgid "MENU_ENTRY is a number, a menu item title or a menu item identifier."
+diff -ur grub-2.12.orig/po/sv.po grub-2.12/po/sv.po
+--- grub-2.12.orig/po/sv.po    2023-12-20 17:09:19.000000000 +0100
++++ grub-2.12/po/sv.po 2025-04-26 21:21:25.623116552 +0200
+@@ -7391,12 +7391,12 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+ "Syntaxfel upptäcktes i den genererade GRUB-konfigurationsfilen.\n"
+-"Kontrollera att det inte finns några fel i /etc/default/grub-\n"
++"Kontrollera att det inte finns några fel i /etc/sysconfig/grub-\n"
+ "och /etc/grub.d/*-filerna eller skicka in en felrapport med\n"
+ "bifogad %s-fil."
+@@ -7469,8 +7469,8 @@
+ msgstr "Ange standardpost för GRUBs startmeny."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
+-msgstr "Detta kräver inställningen GRUB_DEFAULT=saved i %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
++msgstr "Detta kräver inställningen GRUB_DEFAULT=saved i %s/sysconfig/grub.\\n"
+ #: util/grub-set-default.in:56
+ msgid "MENU_ENTRY is a number, a menu item title or a menu item identifier."
+diff -ur grub-2.12.orig/po/tr.po grub-2.12/po/tr.po
+--- grub-2.12.orig/po/tr.po    2023-12-20 17:09:19.000000000 +0100
++++ grub-2.12/po/tr.po 2025-04-26 21:21:07.087063979 +0200
+@@ -7299,7 +7299,7 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+@@ -7363,8 +7363,8 @@
+ msgstr "GRUB için öntanımlı önyükleme menü girdisini ayarla."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
+-msgstr "Bu, %s/default/grub içinde GRUB_DEFAULT=saved olmasını gerektirir.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
++msgstr "Bu, %s/sysconfig/grub içinde GRUB_DEFAULT=saved olmasını gerektirir.\\n"
+ #: util/grub-set-default.in:56
+ msgid "MENU_ENTRY is a number, a menu item title or a menu item identifier."
+diff -ur grub-2.12.orig/po/uk.po grub-2.12/po/uk.po
+--- grub-2.12.orig/po/uk.po    2023-12-20 17:09:19.000000000 +0100
++++ grub-2.12/po/uk.po 2025-04-26 21:23:49.691525172 +0200
+@@ -7469,12 +7469,12 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+ "Виявлено синтаксичні помилки у файлі налаштувань GRUB.\n"
+-"Переконайтеся, що у файлах /etc/default/grub і /etc/grub.d/*\n"
++"Переконайтеся, що у файлах /etc/sysconfig/grub і /etc/grub.d/*\n"
+ "немає помилок, будь ласка, створіть звіт щодо вади з\n"
+ "долученням файла %s."
+@@ -7552,8 +7552,8 @@
+ msgstr "Встановити типовий пункт меню завантаження для GRUB."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
+-msgstr "Потребує встановлення GRUB_DEFAULT=saved у %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
++msgstr "Потребує встановлення GRUB_DEFAULT=saved у %s/sysconfig/grub.\\n"
+ #: util/grub-set-default.in:56
+ msgid "MENU_ENTRY is a number, a menu item title or a menu item identifier."
+diff -ur grub-2.12.orig/po/vi.po grub-2.12/po/vi.po
+--- grub-2.12.orig/po/vi.po    2023-12-20 17:09:19.000000000 +0100
++++ grub-2.12/po/vi.po 2025-04-26 21:22:38.555323401 +0200
+@@ -7399,12 +7399,12 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+ "Các lỗi cú pháp đã được phát hiện trong tập tin cấu hình GRUB đã tạo.\n"
+-"Hãy chắc chắn rằng không có lỗi nào trong tập tin /etc/default/grub\n"
++"Hãy chắc chắn rằng không có lỗi nào trong tập tin /etc/sysconfig/grub\n"
+ "và /etc/grub.d/* hoặc báo cáo tập tin lỗi này bằng cách đính\n"
+ "kèm tập tin %s."
+@@ -7481,8 +7481,8 @@
+ msgstr "Đặt mục menu khởi động mặc định cho GRUB."
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
+-msgstr "Cái này yêu cầu cài đặt GRUB_DEFAULT=saved trong %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
++msgstr "Cái này yêu cầu cài đặt GRUB_DEFAULT=saved trong %s/sysconfig/grub.\\n"
+ #: util/grub-set-default.in:56
+ msgid "MENU_ENTRY is a number, a menu item title or a menu item identifier."
+diff -ur grub-2.12.orig/po/zh_CN.po grub-2.12/po/zh_CN.po
+--- grub-2.12.orig/po/zh_CN.po 2023-12-20 17:09:19.000000000 +0100
++++ grub-2.12/po/zh_CN.po      2025-04-26 21:24:04.391566862 +0200
+@@ -7273,12 +7273,12 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+ "生成的 GRUB 配置文件中检测到了语法错误。\n"
+-"请确保 /etc/default/grub 和 /etc/grub/*\n"
++"请确保 /etc/sysconfig/grub 和 /etc/grub/*\n"
+ "文件中没有错误,或者请提交一个缺陷报告并\n"
+ "将 %s 文件作为附件。"
+@@ -7348,8 +7348,8 @@
+ msgstr "设置 GRUB 默认引导菜单项。"
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
+-msgstr "这需要在 %s/default/grub 中设置 GRUB_DEFAULT=saved 才能实现。\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
++msgstr "这需要在 %s/sysconfig/grub 中设置 GRUB_DEFAULT=saved 才能实现。\\n"
+ #: util/grub-set-default.in:56
+ msgid "MENU_ENTRY is a number, a menu item title or a menu item identifier."
+diff -ur grub-2.12.orig/po/zh_TW.po grub-2.12/po/zh_TW.po
+--- grub-2.12.orig/po/zh_TW.po 2023-12-20 17:09:19.000000000 +0100
++++ grub-2.12/po/zh_TW.po      2025-04-26 21:21:31.799134069 +0200
+@@ -7383,7 +7383,7 @@
+ #: util/grub-mkconfig.in:299
+ msgid ""
+ "Syntax errors are detected in generated GRUB config file.\n"
+-"Ensure that there are no errors in /etc/default/grub\n"
++"Ensure that there are no errors in /etc/sysconfig/grub\n"
+ "and /etc/grub.d/* files or please file a bug report with\n"
+ "%s file attached."
+ msgstr ""
+@@ -7446,7 +7446,7 @@
+ msgstr ""
+ #: util/grub-set-default.in:49
+-msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n"
++msgid "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\\n"
+ msgstr ""
+ #: util/grub-set-default.in:56
+diff -ur grub-2.12.orig/util/grub.d/README grub-2.12/util/grub.d/README
+--- grub-2.12.orig/util/grub.d/README  2018-11-24 18:13:02.000000000 +0100
++++ grub-2.12/util/grub.d/README       2025-04-26 21:19:00.010701410 +0200
+@@ -8,4 +8,4 @@
+ The number namespace in-between is configurable by system installer and/or
+ administrator.  For example, you can add an entry to boot another OS as
+ 01_otheros, 11_otheros, etc, depending on the position you want it to occupy in
+-the menu; and then adjust the default setting via /etc/default/grub.
++the menu; and then adjust the default setting via /etc/sysconfig/grub.
+diff -ur grub-2.12.orig/util/grub-mkconfig.in grub-2.12/util/grub-mkconfig.in
+--- grub-2.12.orig/util/grub-mkconfig.in       2022-11-14 16:52:54.000000000 +0100
++++ grub-2.12/util/grub-mkconfig.in    2025-04-26 21:19:00.010701410 +0200
+@@ -157,8 +157,8 @@
        GRUB_EARLY_INITRD_LINUX_STOCK="intel-uc.img intel-ucode.img amd-uc.img amd-ucode.img early_ucode.cpio microcode.cpio"
  fi
  
@@ -12,7 +1270,7 @@ diff -urNp -x '*.orig' grub-2.06.org/util/grub-mkconfig.in grub-2.06/util/grub-m
  fi
  
  if [ "x${GRUB_DISABLE_UUID}" = "xtrue" ]; then
-@@ -267,7 +267,7 @@ cat << EOF
+@@ -271,7 +271,7 @@
  # DO NOT EDIT THIS FILE
  #
  # It is automatically generated by $self using templates
@@ -21,7 +1279,7 @@ diff -urNp -x '*.orig' grub-2.06.org/util/grub-mkconfig.in grub-2.06/util/grub-m
  #
  EOF
  
-@@ -293,7 +293,7 @@ if test "x${grub_cfg}" != "x" ; then
+@@ -297,7 +297,7 @@
    if ! ${grub_script_check} ${grub_cfg}.new; then
      # TRANSLATORS: %s is replaced by filename
      gettext_printf "Syntax errors are detected in generated GRUB config file.
@@ -30,12 +1288,15 @@ diff -urNp -x '*.orig' grub-2.06.org/util/grub-mkconfig.in grub-2.06/util/grub-m
  and /etc/grub.d/* files or please file a bug report with
  %s file attached." "${grub_cfg}.new" >&2
      echo >&2
-diff -urNp -x '*.orig' grub-2.06.org/util/grub.d/README grub-2.06/util/grub.d/README
---- grub-2.06.org/util/grub.d/README   2018-11-24 18:13:02.000000000 +0100
-+++ grub-2.06/util/grub.d/README       2023-07-09 22:57:02.992264334 +0200
-@@ -8,4 +8,4 @@ All executable files in this directory a
- The number namespace in-between is configurable by system installer and/or
- administrator.  For example, you can add an entry to boot another OS as
- 01_otheros, 11_otheros, etc, depending on the position you want it to occupy in
--the menu; and then adjust the default setting via /etc/default/grub.
-+the menu; and then adjust the default setting via /etc/sysconfig/grub.
+diff -ur grub-2.12.orig/util/grub-set-default.in grub-2.12/util/grub-set-default.in
+--- grub-2.12.orig/util/grub-set-default.in    2018-11-24 18:13:02.000000000 +0100
++++ grub-2.12/util/grub-set-default.in 2025-04-26 21:24:54.539709100 +0200
+@@ -46,7 +46,7 @@
+ usage () {
+     gettext_printf "Usage: %s [OPTION] MENU_ENTRY\n" "$self"
+     gettext "Set the default boot menu entry for GRUB."; echo
+-    gettext_printf "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\n" "$sysconfdir"
++    gettext_printf "This requires setting GRUB_DEFAULT=saved in %s/sysconfig/grub.\n" "$sysconfdir"
+     echo
+     print_option_help "-h, --help" "$(gettext "print this message and exit")"
+     print_option_help "-V, --version" "$(gettext "print the version information and exit")"