From ac47b6abfa1c68173b68c74556ecd11da5a3cdf5 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Wed, 26 Sep 2012 14:29:47 -0700 Subject: runlevels: Include sysfs in the sysinit level. net.* and module loading require sysfs now, and if udev is not in use, it is not always loaded early enough, esp for net.lo. Force it to come up during sysinit instead. Signed-off-by: Robin H. Johnson --- runlevels/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runlevels/Makefile b/runlevels/Makefile index c42b307..0f134c8 100644 --- a/runlevels/Makefile +++ b/runlevels/Makefile @@ -40,7 +40,7 @@ BOOT-FreeBSD+= adjkerntz dumpon syscons BOOT-Linux+= hwclock keymaps modules mtab procfs termencoding SHUTDOWN-Linux= killprocs mount-ro -SYSINIT-Linux= devfs dmesg +SYSINIT-Linux= devfs dmesg sysfs # Generic BSD stuff BOOT-NetBSD+= hostid newsyslog savecore syslogd -- cgit v1.2.3