diff options
Diffstat (limited to 'content')
-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! |