treewide: stop calling or recommending doas

With the switch to sudo-rs, v26.06 and edge installs do not have
doas by default. Along with this, we installed doas on old installs
with doas-sudo-shim, so the call to sudo also works there. Therefore,
recommending and calling sudo is the correct option here.

Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8873>
This commit is contained in:
Aster Boese 2026-06-20 17:58:31 +02:00 committed by The Friendly Meow (merge) Bot
parent 6347ed4510
commit 4db7d49d53
No known key found for this signature in database
5 changed files with 19 additions and 19 deletions

View file

@ -51,7 +51,7 @@ Users and system administrators can override kernel command line configuration b
To add parameters, create a config file:
```
doas $EDITOR /etc/kernel-cmdline.d/custom.conf
sudo $EDITOR /etc/kernel-cmdline.d/custom.conf
```
To remove a parameter that was set by distro or device config, prefix it with `-`: