forked from DGNum/liminix
add unix-domain socket support
this is a curious config option to default to "n", I think
This commit is contained in:
parent
3ff9e49085
commit
026932a745
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@ in {
|
|||
|
||||
MODULES = "y";
|
||||
|
||||
# not going far without Unix domain sockets
|
||||
UNIX = "y";
|
||||
|
||||
# s6-linux-init mounts this on /dev
|
||||
DEVTMPFS = "y";
|
||||
# some or all of these may be fix for "tmpfs: Unknown parameter 'mode'" error
|
||||
|
|
Loading…
Reference in a new issue