From 5d40e65337f1e90d6bb691eef26a186af8e77cc7 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 20 Jun 2014 10:54:24 +0200 Subject: [PATCH] add more core-utils --- usr/lib/initcpio/install/arch_base | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/usr/lib/initcpio/install/arch_base b/usr/lib/initcpio/install/arch_base index 5d8545460..97d48b4e5 100644 --- a/usr/lib/initcpio/install/arch_base +++ b/usr/lib/initcpio/install/arch_base @@ -27,7 +27,7 @@ build () uuidgen whereis write addpart delpart fdformat \ ldattach partx readprofile rtcwake uuidd sysctl pgrep pkill pmap pwdx slabtop tload \ 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 add_binary "$i" done @@ -132,11 +132,11 @@ build () add_full_dir "/etc/dbus-1" add_full_dir "/usr/share/dbus-1" #systemd files - apps="bootctl hostnamectl journalctl kernel-install localectl \ - loginctl systemctl systemd-analyze systemd-ask-password \ + apps="busctl bootctl hostnamectl journalctl kernel-install localectl \ + loginctl machinectl systemctl systemd-analyze systemd-ask-password \ systemd-cat systemd-cgls systemd-cgtop systemd-coredumpctl \ 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" for i in $apps; do add_binary "$i"