[arch-releng] [archiso] [PATCH] Update default boot menu entry matching in loader.conf for changes in systemd 245

nl6720 nl6720 at gmail.com
Sun Apr 12 12:56:19 UTC 2020


systemd 245 doesn't auto-append the '.conf' extension when matching the
default boot entry, thus making the alphabetically last one
(uefi-shell-v2-x86_64.conf) into the default.
Restore "Arch Linux archiso x86_64 {CD,USB}" as the default boot entry.

See https://github.com/systemd/systemd/issues/15068 .
---
 configs/releng/efiboot/loader/loader.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/releng/efiboot/loader/loader.conf b/configs/releng/efiboot/loader/loader.conf
index 62c4a83..9a0049c 100644
--- a/configs/releng/efiboot/loader/loader.conf
+++ b/configs/releng/efiboot/loader/loader.conf
@@ -1,2 +1,2 @@
 timeout 3
-default archiso-x86_64
+default archiso-x86_64.conf
-- 
2.26.0


More information about the arch-releng mailing list