diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-03-31 12:48:45 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-04-20 17:10:07 -0500 |
commit | ee1768a419122d288256cce1723d4997bd965eab (patch) | |
tree | dbec27994ea604e23debcbe5e2a01f1074383a39 /runlevels/Makefile | |
parent | 95ed0665393c353dbc24afb8c63c615402136f5d (diff) |
Add binfmt service to sysinit runlevel
This makes binfmt processing behave like tmpfiles processing which
follows the same specification as systemd.
This fixes #48.
X-Gentoo-Bug: 545162
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=545162
Diffstat (limited to 'runlevels/Makefile')
-rw-r--r-- | runlevels/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runlevels/Makefile b/runlevels/Makefile index 25e3e1ab..682d6e15 100644 --- a/runlevels/Makefile +++ b/runlevels/Makefile @@ -34,7 +34,8 @@ BOOT-FreeBSD+= hostid newsyslog savecore syslogd # FreeBSD specific stuff BOOT-FreeBSD+= adjkerntz dumpon syscons -BOOT-Linux+= hwclock keymaps modules mtab procfs termencoding tmpfiles.setup +BOOT-Linux+= binfmt hwclock keymaps modules mtab procfs termencoding \ + tmpfiles.setup SHUTDOWN-Linux= killprocs mount-ro SYSINIT-Linux= devfs dmesg sysfs tmpfiles.dev |