Skip to content
Snippets Groups Projects
Unverified Commit b6272851 authored by Yassine Oudjana's avatar Yassine Oudjana Committed by Clayton Craft
Browse files

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
parent 37a4121e
No related branches found
No related tags found
No related merge requests found
Pipeline #193108 passed
......@@ -4,7 +4,7 @@
pkgname=device-xiaomi-scorpio
pkgdesc="Xiaomi Mi Note 2"
pkgver=2
pkgrel=0
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
......@@ -44,6 +44,7 @@ nonfree_firmware() {
linux-firmware-qca
soc-qcom-msm8996-nonfree-firmware
"
install="$subpkgname.post-install"
mkdir "$subpkgdir"
}
......
#!/bin/sh
# Delay modem powerup to avoid crashing
rc-update del rmtfs boot
rc-update add rmtfs default
  • Administrator @root

    mentioned in commit d1139faf

    By Yassine Oudjana on 2021-07-01T07:24:32

    · Imported

    mentioned in commit d1139faf

    By Yassine Oudjana on 2021-07-01T07:24:32

    Edited by Ghost User
    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment