This commit is contained in:
Nathan 2021-12-12 17:06:44 -06:00
parent 211e31268d
commit 38f5badbeb
9 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
# modules-load [-n] [-v] - modules-load.d(5) compatible kernel module loader
export PATH=/bin:/sbin
export PATH=/bin:/sbin:/usr/bin
{
# Parameters passed as modules-load= or rd.modules-load= in kernel command line.

View file

@ -1,4 +1,4 @@
type = scripted
command = /usr/bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
command = /bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
restart = false
waits-for = pseudofs

View file

@ -1,5 +1,5 @@
type = scripted
command = /usr/bin/mount -a -t nonfs,nonfs4,nosmbfs,nocifs,nocodafs,noncpfs,noshfs,nofuse,nofuseblk,noglusterfs,nodavfs,nofuse.glusterfs -O no_netdev
command = /bin/mount -a -t nonfs,nonfs4,nosmbfs,nocifs,nocodafs,noncpfs,noshfs,nofuse,nofuseblk,noglusterfs,nodavfs,nofuse.glusterfs -O no_netdev
restart = false
waits-for = fsck
waits-for.d = mount.d

View file

@ -1,4 +1,4 @@
type = scripted
command = /usr/bin/ip link set up dev lo
command = /bin/ip link set up dev lo
restart = false
waits-for = pseudofs

View file

@ -1,4 +1,4 @@
type = scripted
command = /usr/bin/tmpfiles --prefix=/dev --create --boot
command = /bin/tmpfiles --prefix=/dev --create --boot
restart = false
waits-for = kmod-static-nodes

View file

@ -1,4 +1,4 @@
type = scripted
command = /usr/bin/tmpfiles --exclude-prefix=/dev --create --remove --boot
command = /bin/tmpfiles --exclude-prefix=/dev --create --remove --boot
restart = false
waits-for = udev-settle

View file

@ -1,5 +1,5 @@
type = scripted
command = /usr/bin/udevadm settle
command = /bin/udevadm settle
restart = false
waits-for = udevd
waits-for = udev-trigger

View file

@ -1,4 +1,4 @@
type = scripted
command = /usr/bin/udevadm trigger --action=add
command = /bin/udevadm trigger --action=add
restart = false
depends-on = udevd

View file

@ -1,5 +1,5 @@
type = scripted
command = /usr/bin/udevd --daemon
command = /lib/systemd/systemd-udevd --daemon
stop-command = /bin/udevadm control -e
restart = false
depends-on = pseudofs