mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 15:15:56 +03:00
[GH-ISSUE #1482] boot_timeout value not respected #478
Labels
No labels
Hacktoberfest
Hacktoberfest
bootloader
bsd
bug
confirmed
documentation
duplicate
enhancement
enhancement
enhancement
eol
experimental-merged
freebsd
help wanted
invalid
investigate
ipxe
linux
live-os
memdisk
menu
no-issue-activity
no-issue-activity
pull-request
released
todo
upstream
windows
windows
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz#478
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rpoovey on GitHub (Jul 8, 2024).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1482
Describe the bug
Setting
boot_timeout, in boot.cfg, value to any amount of time doesn't applyTo Reproduce
Edit boot.cfg, in either web UI or vim directly, and set value to any other time amount... Save, restart container, and netboot a device. Boot timeout to local HDD is still 300 seconds.
Expected behavior
To have the boot timeout to local HDD count down change to value set in boot.cfg
Additional context
This appears to be have been addressed 4 years ago in #654 and the config option added to boot.cfg in #655