OSDN Git Service

Automatically boot the installation environment from syslinux
authornl6720 <nl6720@gmail.com>
Fri, 3 Jul 2020 12:52:00 +0000 (15:52 +0300)
committernl6720 <nl6720@gmail.com>
Sat, 11 Jul 2020 07:45:22 +0000 (10:45 +0300)
Timeout is 3 seconds to match systemd-boot's configuration.

configs/baseline/syslinux/syslinux.cfg
configs/releng/syslinux/archiso_sys.cfg

index 66b3217..4f7ce4d 100644 (file)
@@ -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
index dd6e03f..5fd4e8f 100644 (file)
@@ -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.