aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README-mkinitcpio.md2
-rwxr-xr-xdracut/module-setup.sh2
-rw-r--r--mkinitcpio/ykfde2
3 files changed, 0 insertions, 6 deletions
diff --git a/README-mkinitcpio.md b/README-mkinitcpio.md
index d7a88dd..ca446da 100644
--- a/README-mkinitcpio.md
+++ b/README-mkinitcpio.md
@@ -15,8 +15,6 @@ To compile and use Yubikey full disk encryption you need:
* [cryptsetup](http://code.google.com/p/cryptsetup/)
* keyutils and linux with `CONFIG_KEYS` enabled
* [mkinitcpio](https://projects.archlinux.org/mkinitcpio.git/)
-* sleep (from [coreutils](http://www.gnu.org/software/coreutils)) and
- pkill (from [procps-ng](https://gitlab.com/procps-ng/procps))
* [markdown](http://daringfireball.net/projects/markdown/) (HTML documentation)
* [libarchive](http://www.libarchive.org/) (Update challenge on boot)
diff --git a/dracut/module-setup.sh b/dracut/module-setup.sh
index 8891803..a7cce66 100755
--- a/dracut/module-setup.sh
+++ b/dracut/module-setup.sh
@@ -25,8 +25,6 @@ install() {
inst_simple /usr/lib/systemd/system/ykfde-2f.service
ln_r $systemdsystemunitdir/ykfde-2f.service $systemdsystemunitdir/sysinit.target.wants/ykfde-2f.service
inst_simple /usr/bin/systemd-ask-password
- inst_simple /usr/bin/pkill
- inst_simple /usr/bin/sleep
fi
diff --git a/mkinitcpio/ykfde b/mkinitcpio/ykfde
index 9704a08..3e8e485 100644
--- a/mkinitcpio/ykfde
+++ b/mkinitcpio/ykfde
@@ -14,8 +14,6 @@ build() {
add_systemd_unit ykfde-2f.service
add_symlink /usr/lib/systemd/system/sysinit.target.wants/ykfde-2f.service ../ykfde-2f.service
add_binary systemd-ask-password
- add_binary pkill
- add_binary sleep
fi
}