1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-30 06:25:37 +03:00
systemd/shell-completion/bash
Danilo Krummrich 678f2b1667 udevadm: trigger: implement --initialized-match/nomatch arguments
systemd-udev-trigger.service by default triggeres all devices regardless
of whether they were already recognized by systemd-udevd.

There are machines (especially in embedded environments) where
systemd-udev-trigger.service is configured to run at a later stage of
the boot sequence, which can lead to quite a lot of devices being
triggered although they were already recognized by systemd-udevd.

Re-triggering a lot of devices is a relatively expensive operation and
therefore should be avoided if unnecessary.

Therefore this patch introduces --initialized-nomatch, which filters out
devices that are already present in the udev database. For consistance
reasons --initialized-match is implemented as well, which filters out devices
that are *not* already present in the udev database.

Replaces #19949.
2022-03-22 15:54:10 +09:00
..
bootctl shell-completion: Add completion in bootctl 2022-03-18 09:19:56 +00:00
busctl completion: fix 'unbound variables' errors 2021-06-22 14:56:47 +01:00
coredumpctl coredump: Add --all option 2021-10-07 22:13:12 +02:00
homectl completion: fix 'unbound variables' errors 2021-06-22 14:56:47 +01:00
hostnamectl completion: fix 'unbound variables' errors 2021-06-22 14:56:47 +01:00
journalctl shell-completion: add journalctl --facility 2021-11-24 12:44:34 +00:00
kernel-install license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
localectl completion: fix 'unbound variables' errors 2021-06-22 14:56:47 +01:00
loginctl completion: fix 'unbound variables' errors 2021-06-22 14:56:47 +01:00
machinectl completion: fix 'unbound variables' errors 2021-06-22 14:56:47 +01:00
meson.build shell-completion: Add completion for oomctl 2022-03-18 13:41:19 +00:00
networkctl completion: fix 'unbound variables' errors 2021-06-22 14:56:47 +01:00
oomctl shell-completion: Add completion for oomctl 2022-03-18 13:41:19 +00:00
portablectl completion: fix 'unbound variables' errors 2021-06-22 14:56:47 +01:00
resolvectl bash-completion: circumvent aliases for 'ls' 2021-09-18 15:19:40 +09:00
systemctl.in completion: fix 'unbound variables' errors 2021-06-22 14:56:47 +01:00
systemd-analyze shell-completion: Add completion for systemd-analyze critical-chain 2021-12-14 10:27:49 +01:00
systemd-cat bash-completion: localize words and cword variables 2021-04-06 16:15:13 +02:00
systemd-cgls bash-completion: add the two new switches to systemd-cgls 2021-10-07 11:51:10 +02:00
systemd-cgtop bash-completion: localize words and cword variables 2021-04-06 16:15:13 +02:00
systemd-delta completion: fix 'unbound variables' errors 2021-06-22 14:56:47 +01:00
systemd-detect-virt bash-completion: localize words and cword variables 2021-04-06 16:15:13 +02:00
systemd-id128 completion: fix 'unbound variables' errors 2021-06-22 14:56:47 +01:00
systemd-nspawn nspawn: add --suppress-sync=yes mode for turning sync() and friends into NOPs via seccomp 2021-10-20 11:35:15 +02:00
systemd-path bash-completion: localize words and cword variables 2021-04-06 16:15:13 +02:00
systemd-resolve bash-completion: circumvent aliases for 'ls' 2021-09-18 15:19:40 +09:00
systemd-run Reintroduce ExitType 2021-11-08 10:15:23 +01:00
timedatectl bash-completion: circumvent aliases for 'ls' 2021-09-18 15:19:40 +09:00
udevadm udevadm: trigger: implement --initialized-match/nomatch arguments 2022-03-22 15:54:10 +09:00