diff options
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/Makefile | 2 | ||||
-rw-r--r-- | conf.d/devfs | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/conf.d/Makefile b/conf.d/Makefile index aefb6121..93476fc2 100644 --- a/conf.d/Makefile +++ b/conf.d/Makefile @@ -15,7 +15,7 @@ include ${MK}/os.mk CONF-FreeBSD= ipfw moused powerd rarpd savecore syscons -CONF-Linux= consolefont dmesg hwclock keymaps killprocs modules +CONF-Linux= consolefont devfs dmesg hwclock keymaps killprocs modules CONF-NetBSD= moused rarpd savecore diff --git a/conf.d/devfs b/conf.d/devfs new file mode 100644 index 00000000..92a8a99d --- /dev/null +++ b/conf.d/devfs @@ -0,0 +1,2 @@ +# Set this to yes if your /dev is not a devtmpfs or tmpfs. +# static_dev="NO" |