570f7a50b5
The qbootctl service tells the bootloader that the current boot has succeeded, so that the bootloader doesn't switch to the other slot after ~7 tries. The swclock-offset dependency ensures that the time is set correctly after a reboot, caused by the read-only RTC on Qualcomm. [ci:skip-build]: already built successfully in CI
2 lines
41 B
Bash
2 lines
41 B
Bash
#!/bin/sh
|
|
rc-update add qbootctl default
|