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

Message ID 20200412125619.41801-1-nl6720@gmail.com
State New
Headers show
Series [archiso] Update default boot menu entry matching in loader.conf for changes in systemd 245 | expand

Commit Message

nl6720 via arch-releng April 12, 2020, 12:56 p.m. UTC
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(-)

Comments

nl6720 via arch-releng April 12, 2020, 1:01 p.m. UTC | #1
Oops, there already was a pending patch for this.
Please ignore my patch!

Patch

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