add more core-utils

This commit is contained in:
Tobias Powalowski 2014-06-20 10:54:24 +02:00
parent b925163564
commit 5d40e65337

View file

@ -27,7 +27,7 @@ build ()
uuidgen whereis write addpart delpart fdformat \ uuidgen whereis write addpart delpart fdformat \
ldattach partx readprofile rtcwake uuidd sysctl pgrep pkill pmap pwdx slabtop tload \ ldattach partx readprofile rtcwake uuidd sysctl pgrep pkill pmap pwdx slabtop tload \
vmstat watch file eject keyctl request-key kmod zsh hostname tac sulogin \ vmstat watch file eject keyctl request-key kmod zsh hostname tac sulogin \
resizepart lslocks wdctl zless zgrep fold od ldd pidof shred" resizepart lslocks wdctl zless zgrep fold od ldd pidof shred blockdev blockdiscard newgrp nsenter runuser vipw"
for i in $apps; do for i in $apps; do
add_binary "$i" add_binary "$i"
done done
@ -132,11 +132,11 @@ build ()
add_full_dir "/etc/dbus-1" add_full_dir "/etc/dbus-1"
add_full_dir "/usr/share/dbus-1" add_full_dir "/usr/share/dbus-1"
#systemd files #systemd files
apps="bootctl hostnamectl journalctl kernel-install localectl \ apps="busctl bootctl hostnamectl journalctl kernel-install localectl \
loginctl systemctl systemd-analyze systemd-ask-password \ loginctl machinectl systemctl systemd-analyze systemd-ask-password \
systemd-cat systemd-cgls systemd-cgtop systemd-coredumpctl \ systemd-cat systemd-cgls systemd-cgtop systemd-coredumpctl \
systemd-delta systemd-detect-virt systemd-inhibit systemd-machine-id-setup \ systemd-delta systemd-detect-virt systemd-inhibit systemd-machine-id-setup \
systemd-notify systemd-nspawn systemd-stdio-bridge systemd-tmpfiles \ systemd-notify systemd-nspawn systemd-run systemd-stdio-bridge systemd-tmpfiles \
systemd-tty-ask-password-agent timedatectl" systemd-tty-ask-password-agent timedatectl"
for i in $apps; do for i in $apps; do
add_binary "$i" add_binary "$i"