move systemd-umount in file

This commit is contained in:
Tobias Powalowski 2022-03-08 08:17:38 +01:00
parent 2f09459483
commit 404d915838

View file

@ -98,14 +98,14 @@ build ()
add_full_dir "/etc/dbus-1"
add_full_dir "/usr/share/dbus-1"
#systemd files
apps="systemd-umount busctl bootctl coredumpctl hostnamectl journalctl kernel-install localectl \
apps="busctl bootctl coredumpctl hostnamectl journalctl kernel-install localectl \
loginctl machinectl networkctl systemctl systemd-analyze systemd-ask-password \
systemd-cat systemd-cgls systemd-cgtop \
systemd-delta systemd-detect-virt systemd-escape systemd-firstboot systemd-hwdb systemd-inhibit systemd-machine-id-setup \
systemd-mount systemd-notify systemd-nspawn systemd-path systemd-resolve \
systemd-run systemd-socket-activate systemd-stdio-bridge systemd-sysusers \
systemd-tty-ask-password-agent timedatectl systemd-repart userdbctl homectl oomctl portablectl systemd-creds \
systemd-cryptenroll systemd-dissect systemd-id128 systemd-sysext"
systemd-cryptenroll systemd-dissect systemd-id128 systemd-sysext systemd-umount"
for i in $apps; do
add_binary "$i"
rm /usr/bin/"$i"