Fixed instant boot console run.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -8s

This commit is contained in:
Willem Cazander 2024-06-29 01:25:13 +02:00
parent a48701563e
commit a8eb4a07f6

View file

@ -18,7 +18,7 @@ define mb_autoexec_append_rem
endef
define mb_autoexec_append_gui_mode
$(call mb_autoexec_append_echo,$(1),Enabling boot GUI mode.)
$(call mb_autoexec_append_cmd,$(1),omsxctl boot_gui_mode)
$(call mb_autoexec_append_cmd,$(1),omsxctl after time 1 boot_gui_mode)
endef
define mb_autoexec_append_stop_fail
$(call mb_autoexec_append_echo,$(1),Disabling automatic failure.)