diff options
Diffstat (limited to 'src/lib/source/system/other/kmod-static-nodes')
3 files changed, 10 insertions, 0 deletions
diff --git a/src/lib/source/system/other/kmod-static-nodes/dependencies.d/mount-run b/src/lib/source/system/other/kmod-static-nodes/dependencies.d/mount-run new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/lib/source/system/other/kmod-static-nodes/dependencies.d/mount-run diff --git a/src/lib/source/system/other/kmod-static-nodes/type b/src/lib/source/system/other/kmod-static-nodes/type new file mode 100644 index 0000000..bdd22a1 --- /dev/null +++ b/src/lib/source/system/other/kmod-static-nodes/type @@ -0,0 +1 @@ +oneshot diff --git a/src/lib/source/system/other/kmod-static-nodes/up b/src/lib/source/system/other/kmod-static-nodes/up new file mode 100644 index 0000000..d83d5b9 --- /dev/null +++ b/src/lib/source/system/other/kmod-static-nodes/up @@ -0,0 +1,9 @@ +#!@shebangdir@/execlineb -P + +# ISC license. +# https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git/about/ + +fdmove -c 2 1 + +foreground { mkdir -p /run/tmpfiles.d } +foreground { kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf } |
