summaryrefslogtreecommitdiffstats
path: root/content/posts/installing-openbsd-on-pcengines/index.org
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/installing-openbsd-on-pcengines/index.org')
-rw-r--r--content/posts/installing-openbsd-on-pcengines/index.org10
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!