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,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
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user