summaryrefslogtreecommitdiff
path: root/pcr/udev-openrc/kmod-static-nodes.initd
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-08-04 14:43:06 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-08-04 14:43:06 -0500
commit749a48680a31a1e987869ffa584f293b62a46dc1 (patch)
tree82e8bbb5a9d86d37855a2230b0c0e6059a84af64 /pcr/udev-openrc/kmod-static-nodes.initd
parent024d59ee5b3a316d0b9431f662f908b55bd350f3 (diff)
downloadabslibre-749a48680a31a1e987869ffa584f293b62a46dc1.tar.gz
abslibre-749a48680a31a1e987869ffa584f293b62a46dc1.tar.bz2
abslibre-749a48680a31a1e987869ffa584f293b62a46dc1.zip
Removing udev-openrc
Diffstat (limited to 'pcr/udev-openrc/kmod-static-nodes.initd')
-rw-r--r--pcr/udev-openrc/kmod-static-nodes.initd19
1 files changed, 0 insertions, 19 deletions
diff --git a/pcr/udev-openrc/kmod-static-nodes.initd b/pcr/udev-openrc/kmod-static-nodes.initd
deleted file mode 100644
index c3eeb2aeb..000000000
--- a/pcr/udev-openrc/kmod-static-nodes.initd
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-description="Create list of required static device nodes for the current kernel"
-
-depend() {
- after dev-mount
- before tmpfiles.dev dev
- keyword -lxc -systemd-nspawn
-}
-
-start() {
- ebegin "Creating list of required static device nodes for the current kernel"
- checkpath -q -d /run/tmpfiles.d
- kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
- eend $?
-}