Replace shells with new sh_path variable
Signed-off-by: Jeroen Rijken <jeroen.rijken@xs4all.nl>
This commit is contained in:
parent
3b1b187d13
commit
40b171ee94
315 changed files with 415 additions and 369 deletions
|
|
@ -14,7 +14,7 @@ profile systemd-generator-cloud-init @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{sh_path} rix,
|
||||
@{bin}/systemd-detect-virt rPx,
|
||||
@{lib}/cloud-init/ds-identify rPUx,
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ profile systemd-generator-ds-identify @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/{,ba,da}sh r,
|
||||
@{sh_path} r,
|
||||
@{bin}/uname rix,
|
||||
|
||||
@{run}/cloud-init/.ds-identify.result r,
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ profile systemd-generator-environment-arch @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/{,ba,da}sh r,
|
||||
@{sh_path} r,
|
||||
|
||||
include if exists <local/systemd-generator-environment-arch>
|
||||
}
|
||||
|
|
@ -13,7 +13,7 @@ profile systemd-generator-environment-flatpak @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{sh_path} rix,
|
||||
@{bin}/flatpak rix,
|
||||
|
||||
/usr/{local/,}share/gvfs/remote-volume-monitors/{,*} r,
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ profile systemd-generator-user-environment @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{sh_path} rix,
|
||||
@{bin}/flatpak rPUx,
|
||||
@{bin}/gpgconf rPx,
|
||||
@{bin}/{m,g,}awk rix,
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ profile systemd-sleep-grub @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{sh_path} rix,
|
||||
@{bin}/grep rix,
|
||||
@{bin}/uname rix,
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ profile systemd-sleep-nvidia @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{sh_path} rix,
|
||||
@{bin}/nvidia-sleep.sh rix,
|
||||
@{bin}/chvt rix,
|
||||
@{bin}/cat rix,
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ profile systemd-udevd @{exec_path} flags=(attach_disconnected,complain) {
|
|||
|
||||
@{exec_path} mrix,
|
||||
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{sh_path} rix,
|
||||
@{bin}/{,e}grep rix,
|
||||
@{bin}/*-print-pci-ids rix,
|
||||
@{bin}/alsactl rPUx,
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ profile systemd-vconsole-setup @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{sh_path} rix,
|
||||
@{bin}/gzip rix,
|
||||
@{bin}/loadkeys rix,
|
||||
@{bin}/setfont rix,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue