Automatically boot the installation environment from syslinux
Timeout is 3 seconds to match systemd-boot's configuration.
This commit is contained in:
parent
d835419b36
commit
2165d545fc
2 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,9 @@ UI boot/syslinux/menu.c32
|
|||
MENU TITLE Arch Linux
|
||||
MENU CLEAR
|
||||
|
||||
DEFAULT arch
|
||||
TIMEOUT 30
|
||||
|
||||
LABEL arch
|
||||
MENU LABEL Arch Linux
|
||||
LINUX boot/%ARCH%/vmlinuz
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
INCLUDE boot/syslinux/archiso_head.cfg
|
||||
|
||||
DEFAULT arch64
|
||||
TIMEOUT 30
|
||||
|
||||
LABEL arch64
|
||||
TEXT HELP
|
||||
Boot the Arch Linux install medium on BIOS.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue