12 Apr
2020
12 Apr
'20
12:56 p.m.
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