Request for autosel timeout in Auto Installation plugin #1161
devdevadev
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Please try this CI release: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi LongPanda...
Please allow to use timeout of x seconds in Auto Install plugin if autosel option is used.
This way we have 5 sec to select different XML. If user does not select any XML within 5 sec then use given autosel number to auto select XML file.
"auto_install": [
{
"image": "/abc/centos.iso",
"template": "/ventoy/script/centos_kickstart.cfg"
},
{
"image": "/ISO/cn_windows_server_2012_r2_vl_x64_dvd_2979220.iso",
"template": [
"/ventoy/script/windows_unattended1.xml",
"/ventoy/script/windows_unattended2.xml",
"/ventoy/script/windows_unattended3.xml",
"/ventoy/script/windows_unattended4.xml",
"/ventoy/script/windows_unattended5.xml",
"/ventoy/script/windows_unattended6.xml"
],
"autosel": 2
"timeout": 5
},
Is it possible ?
Beta Was this translation helpful? Give feedback.
All reactions