mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-02 05:43:02 +02:00
Before this change, the system would move to runlevel 9 as soon as startup-config failed to load, in which no getty is allowed to run. Instead, we want to reserve that runlevel for when failure-config itself also fails to load, since the system will have no valid login credentials at that point.
5 lines
170 B
Bash
Executable File
5 lines
170 B
Bash
Executable File
#!/bin/sh
|
|
# Override using an overlay in your br2-external to change the behavior
|
|
|
|
logger -sik -p user.error "The device has reached an unrecoverable error, please RMA."
|