Todo #15372
openAdjust LED patterns for Boot Environments 2.0
0%
Description
With the new Boot Environments code the "upgrade in progress" LED pattern does not display for much time since the bulk of the upgrade time now happens before the upgrade reboot. However, there is the new BE validation step that happens which could be indicated by LEDs instead.
We should either change the validation to display the "upgrade in progress" pattern when it starts or come up with a new pattern:
/usr/local/sbin/${product}-led.sh updating
After the validation step is complete it should return the LEDs to the ready state:
/usr/local/sbin/${product}-led.sh ready
The existing call in /etc/pfSense-rc
which sets the "ready" state may need to be skipped if BE validation is still happening in the background.
If we want to use a new pattern we need to consider which colors/behaviors are possible on all supported hardware.
Updated by Jim Pingle about 2 months ago
- Target version changed from 24.11 to 25.01