From 3c5dc0ec7774a72e243da43ac5180ea36a311ad8 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sun, 18 Jan 2015 09:12:58 -0600 Subject: [PATCH] tmpfiles.dev: pass --boot to tmpfiles.sh so kmod works properly --- init.d/tmpfiles.dev.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }