diff options
author | William Hubbs <williamh@gentoo.org> | 2011-11-30 10:00:44 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-12-03 12:46:52 -0600 |
commit | 5adb3930c7a875153c0b817b5c21596a3faaac29 (patch) | |
tree | 6afd4ee806cbc2eb92fa00c3a93ab55cbb421f2a /runlevels/Makefile | |
parent | b628481701d1f240ff8b2411dc041db332578a8c (diff) |
Integrate migrate-run into bootmisc
The migrate-run service was hanging when parallel startup was enabled
because of its dependencies. This integrates the logic for this service
into bootmisc, which will avoid the issues with parallel startup.
I would like to thank Robin H. Johnson <robbat2@gentoo.org> for his
input on this patch
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 1f599a96..c1a9f096 100644 --- a/runlevels/Makefile +++ b/runlevels/Makefile @@ -26,7 +26,7 @@ BOOT-FreeBSD= hostid net.lo0 newsyslog savecore syslogd # FreeBSD specific stuff BOOT-FreeBSD+= adjkerntz dumpon syscons -BOOT-Linux= hwclock keymaps modules mtab net.lo procfs termencoding migrate-run +BOOT-Linux= hwclock keymaps modules mtab net.lo procfs termencoding SHUTDOWN-Linux= killprocs mount-ro SYSINIT-Linux= devfs dmesg |