05-21-2024, 11:16 AM
control settings are not global - they do not apply to other sections like control_legacy or control_uefi.
You must put
{ "VTOY_DEFAULT_MENU_MODE": "1" },
{ "VTOY_LINUX_REMOUNT": "1" },
{ "VTOY_MENU_LANGUAGE": "ru_RU" },
{ "VTOY_DEFAULT_SEARCH_ROOT": "/_ISO" }
in ALL sections
The control section is only used IF NO OTHER SECTION EXISTS
e.g. if there was no control_uefi section AT ALL, then settings in control would apply.
if there exists a control_uefi section, then ONLY settings in that section will be used and the settings in control will be ignored.
You must put
{ "VTOY_DEFAULT_MENU_MODE": "1" },
{ "VTOY_LINUX_REMOUNT": "1" },
{ "VTOY_MENU_LANGUAGE": "ru_RU" },
{ "VTOY_DEFAULT_SEARCH_ROOT": "/_ISO" }
in ALL sections
The control section is only used IF NO OTHER SECTION EXISTS
e.g. if there was no control_uefi section AT ALL, then settings in control would apply.
if there exists a control_uefi section, then ONLY settings in that section will be used and the settings in control will be ignored.