Closed toledo-labs closed 1 year ago
Reduce the timeout on the boot menu when AutoInstall is enabled. The boot menu option for 30 seconds is too long on AutoInstall.
Set the timeout from 30 seconds to 1-10 seconds
Coded solution should replace "timeout=30" in the grub file or use a regExpression to update the timeout variable
Fixed in 3fe1056f27a9fc91433951d4072501f6b447efe9
Description
Reduce the timeout on the boot menu when AutoInstall is enabled. The boot menu option for 30 seconds is too long on AutoInstall.
Possible Solution
Set the timeout from 30 seconds to 1-10 seconds
Additional context
Coded solution should replace "timeout=30" in the grub file or use a regExpression to update the timeout variable