Open
Description
The init order seems to process the creation of /tmp/.X11-unix
before processing /etc/fstab
. This conflicts with an tabs which set /tmp
to be a tmpfs
(as is fairly common).
More information in: #19 (comment)
Example /etc/fstab
:
tmpfs /tmp tmpfs rw,nodev,nosuid,size=2G 0 0