2165d545fc
Timeout is 3 seconds to match systemd-boot's configuration.
13 lines
240 B
INI
13 lines
240 B
INI
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
|
|
INITRD boot/%ARCH%/archiso.img
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|