tmpfiles.dev: pass --boot to tmpfiles.sh so kmod works properly

This commit is contained in:
William Hubbs 2015-01-18 09:12:58 -06:00
parent 7e3a33c8f5
commit 3c5dc0ec77

View File

@ -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
}