diff options
author | Christian Hesse <mail@eworm.de> | 2017-09-22 01:16:51 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2017-09-22 01:16:51 +0200 |
commit | 202900fce432b2bb12548957057d9635517f4779 (patch) | |
tree | 18ecf5a8ad6b1e9ceb0750e848051a80bb998fd5 /README-mkinitcpio.md | |
parent | e773b46301d40c977f2fb817571ec1c20c9fbace (diff) | |
download | mkinitcpio-ykfde-202900fce432b2bb12548957057d9635517f4779.tar.gz mkinitcpio-ykfde-202900fce432b2bb12548957057d9635517f4779.tar.zst |
sleep and pkill are no longer required
Diffstat (limited to 'README-mkinitcpio.md')
-rw-r--r-- | README-mkinitcpio.md | 2 |
1 files changed, 0 insertions, 2 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) |