Automatically boot the installation environment from syslinux

Timeout is 3 seconds to match systemd-boot's configuration.
This commit is contained in:
nl6720 2020-07-03 15:52:00 +03:00
parent d835419b36
commit 2165d545fc
No known key found for this signature in database
GPG Key ID: 5CE88535E188D369
2 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,9 @@ UI boot/syslinux/menu.c32
MENU TITLE Arch Linux MENU TITLE Arch Linux
MENU CLEAR MENU CLEAR
DEFAULT arch
TIMEOUT 30
LABEL arch LABEL arch
MENU LABEL Arch Linux MENU LABEL Arch Linux
LINUX boot/%ARCH%/vmlinuz LINUX boot/%ARCH%/vmlinuz

View File

@ -1,5 +1,8 @@
INCLUDE boot/syslinux/archiso_head.cfg INCLUDE boot/syslinux/archiso_head.cfg
DEFAULT arch64
TIMEOUT 30
LABEL arch64 LABEL arch64
TEXT HELP TEXT HELP
Boot the Arch Linux install medium on BIOS. Boot the Arch Linux install medium on BIOS.