diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-01-18 09:12:58 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-01-18 09:13:43 -0600 |
commit | 3c5dc0ec7774a72e243da43ac5180ea36a311ad8 (patch) | |
tree | 67bbd834a28fdda1b4580689f824ea1d83754f2a | |
parent | 7e3a33c8f5ccae03e035cf4c9d1c3c01a0f57b1e (diff) |
tmpfiles.dev: pass --boot to tmpfiles.sh so kmod works properly
-rw-r--r-- | init.d/tmpfiles.dev.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/tmpfiles.dev.in b/init.d/tmpfiles.dev.in index 35669284..c809bf93 100644 --- a/init.d/tmpfiles.dev.in +++ b/init.d/tmpfiles.dev.in @@ -14,7 +14,7 @@ depend() start() { ebegin "setting up tmpfiles.d entries for /dev" - @LIBEXECDIR@/sh/tmpfiles.sh --prefix=/dev --create ${tmpfiles_opts} + @LIBEXECDIR@/sh/tmpfiles.sh --prefix=/dev --create --boot ${tmpfiles_opts} eend $? return 0 } |