diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-09-26 14:29:47 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-09-26 14:29:47 -0700 |
commit | ac47b6abfa1c68173b68c74556ecd11da5a3cdf5 (patch) | |
tree | c0b2e0a3904dd0ed7dad0d6192765b2870d65359 /runlevels/Makefile | |
parent | 7d8dca7b7816ccb95f86bf3f3206634597cbdc81 (diff) |
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 <robbat2@gentoo.org>
Diffstat (limited to 'runlevels/Makefile')
-rw-r--r-- | runlevels/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runlevels/Makefile b/runlevels/Makefile index c42b307a..0f134c89 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 |