diff options
author | Dante Catalfamo | 2020-07-08 12:20:29 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-07-08 12:20:29 -0400 |
commit | f2aa7968b98bccca632535ae27832c3a28e4259c (patch) | |
tree | 7883066fcf2775c184b78c35850b68b35de245e6 | |
parent | dbcdcd2e62722de7002de6d89cbf38718699a8db (diff) | |
download | blog-f2aa7968b98bccca632535ae27832c3a28e4259c.tar.gz blog-f2aa7968b98bccca632535ae27832c3a28e4259c.tar.bz2 blog-f2aa7968b98bccca632535ae27832c3a28e4259c.zip |
Add note on dialer group
-rw-r--r-- | content/posts/installing-openbsd-on-pcengines/index.org | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/content/posts/installing-openbsd-on-pcengines/index.org b/content/posts/installing-openbsd-on-pcengines/index.org index 115ccbf..b04bf9c 100644 --- a/content/posts/installing-openbsd-on-pcengines/index.org +++ b/content/posts/installing-openbsd-on-pcengines/index.org @@ -100,6 +100,12 @@ doas cu -s 115200 -l /dev/cuaU0 #+END_SRC You can always find the serial device through plugging the adapter in -and checking =dmesg=. +and checking =dmesg=. You can also allow non-root users to dial into +serial devices by adding your user to the =dialer= group. -Finally I added the OpenBSD sticker! +#+BEGIN_SRC shell +doas usermod -G dialer <user> +#+END_SRC + + +Finally to complete the build, I added the OpenBSD sticker! |