OSDN Git Service

Fixing default bootloader menu selection.
authorDavid Runge <dvzrv@archlinux.org>
Sat, 23 May 2020 15:13:36 +0000 (17:13 +0200)
committerDavid Runge <dvzrv@archlinux.org>
Sat, 30 May 2020 18:03:52 +0000 (20:03 +0200)
configs/releng/efiboot/loader/loader.conf:
The 'default' bootloader selection of systemd-boot is based on a glob
pattern. The previous pattern was not sufficient to select anything,
which is why it is now made explicit (pointing to archiso-x86_64.conf).

configs/releng/efiboot/loader/loader.conf

index 62c4a83..9a0049c 100644 (file)
@@ -1,2 +1,2 @@
 timeout 3
-default archiso-x86_64
+default archiso-x86_64.conf