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:
parent
6347ed4510
commit
4db7d49d53
5 changed files with 19 additions and 19 deletions
|
|
@ -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 `-`:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue