mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-01 21:33:02 +02:00
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:
@@ -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__
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user