Fixing default bootloader menu selection.
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).
This commit is contained in:
parent
d50e57a243
commit
79a9ed1111
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
timeout 3
|
||||
default archiso-x86_64
|
||||
default archiso-x86_64.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue