pmos/device/community/device-xiaomi-scorpio/device-xiaomi-scorpio-nonfree-firmware.post-install
Yassine Oudjana b627285177
device-xiaomi-scorpio: Add RMTFS to runlevel default (MR 2283)
Having RMTFS at runlevel boot makes it start the modem too fast and causes
crashes. Move it to runlevel default with a post-install.

[ci:skip-build] already built successfully in CI
2021-06-30 22:19:07 -07:00

6 lines
104 B
Bash

#!/bin/sh
# Delay modem powerup to avoid crashing
rc-update del rmtfs boot
rc-update add rmtfs default