Re: Errors since last update, no display available, among others
Reply #1 –
With openrc it looks like /dev/null is created and it's permissions set by /etc/init.d/devfs which is one of the openrc boot service files and part of the openrc package:
# udevd will dup its stdin/stdout/stderr to /dev/null
# and we do not want a file which gets buffered in ram
[ -c /dev/null ] || mknod -m 666 /dev/null c 1 3