board/amd64: minor fixups to isolinux.cfg

- Drop unused com32 modules
 - Fix duplicate prompt output (serial not needed)
 - Reduce timeout before booting default to 0.5 sec
 - UI or DEFAULT must be set, otherwise isolinux complains
   so replace ONTIMEOUT with DEFAULT
 - Increase user-walked-away timeout to 5 minutes
 - Always show the prompt

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2023-02-23 09:37:40 +01:00
parent f2dd7430a7
commit 0c07f10062
2 changed files with 4 additions and 5 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
serial 0 115200
timeout 20
totaltimeout 100
ontimeout qemu
totaltimeout 3000
default qemu
timeout 5
prompt 1
label qemu
kernel __KERNEL_PATH__
-1
View File
@@ -109,7 +109,6 @@ BR2_TARGET_ROOTFS_SQUASHFS4_ZSTD=y
BR2_TARGET_SYSLINUX=y
BR2_TARGET_SYSLINUX_ISOLINUX=y
BR2_TARGET_SYSLINUX_MBR=y
BR2_TARGET_SYSLINUX_C32="dmi.c32 libcom32.c32 libgpl.c32 libutil.c32 syslinux.c32"
BR2_PACKAGE_HOST_ENVIRONMENT_SETUP=y
BR2_PACKAGE_HOST_GENEXT2FS=y
BR2_PACKAGE_HOST_GENIMAGE=y