Add /dev/ptmx symlink

This is the standard location for ptmx across unixes though POSIX
doesn't strictly mandate it to exist. It only mandates posix_openpt() to
work.
This commit is contained in:
bjorn3
2026-07-16 20:00:01 +02:00
parent 3cca6d13cc
commit add972864e
+1
View File
@@ -119,6 +119,7 @@ install-base: base $(SYSROOT)/bin/redoxfs
# Device file symlinks
@mkdir -pv "$(DESTDIR)/dev"
ln -sf /scheme/null $(DESTDIR)/dev/null
ln -sf /scheme/pty/ptmx $(DESTDIR)/dev/ptmx
ln -sf /scheme/rand $(DESTDIR)/dev/random
ln -sf /scheme/rand $(DESTDIR)/dev/urandom
ln -sf /scheme/zero $(DESTDIR)/dev/zero