mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-28 11:43:01 +02:00
If the bootloader knows about a factory-reset or dev-mode button, use them to allow stopping the boot process, and to signal the factory-reset condition to infix.
4 lines
52 B
Bash
4 lines
52 B
Bash
if button dev-mode; then
|
|
setenv dev_mode yes
|
|
fi
|