main/postmarketos-ui-sxmo-*: set pmb:systemd-never (MR 5171)
Sxmo maintainers have decided to stay with OpenRC on postmarketOS. Set this option, so pmbootstrap doesn't even ask the user if they want to install Sxmo with systemd. The idea is that users don't end up reporting issues about this unsupported use case.
This commit is contained in:
parent
d0b1579cc7
commit
333f5f77ce
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ _pmb_recommends="
|
|||
"
|
||||
provides="postmarketos-ui-sxmo"
|
||||
provider_priority=5
|
||||
options="!check" # has no tests
|
||||
options="!check pmb:systemd-never"
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"
|
||||
|
|
|
@ -49,7 +49,7 @@ _pmb_recommends="
|
|||
"
|
||||
provides="postmarketos-ui-sxmo"
|
||||
provider_priority=10
|
||||
options="!check" # has no tests
|
||||
options="!check pmb:systemd-never"
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"
|
||||
|
|
Loading…
Add table
Reference in a new issue