diff options
author | Christian Hesse <mail@eworm.de> | 2016-03-02 22:14:36 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2016-05-22 20:44:26 +0200 |
commit | 41702194d1609d377fd882682b1856b4ba40ca28 (patch) | |
tree | 40e62e867b193f781acc5e977e49e70a7fcd66ea | |
parent | a264487008bbf0f3a47f2e57e1c1ec4472d18653 (diff) | |
download | mkinitcpio-ykfde-41702194d1609d377fd882682b1856b4ba40ca28.tar.gz mkinitcpio-ykfde-41702194d1609d377fd882682b1856b4ba40ca28.tar.zst |
update dependencies
-rw-r--r-- | README-mkinitcpio.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README-mkinitcpio.md b/README-mkinitcpio.md index 9f2ee4a..1d1833a 100644 --- a/README-mkinitcpio.md +++ b/README-mkinitcpio.md @@ -13,8 +13,10 @@ To compile and use yubikey full disk encryption you need: * [iniparser](http://ndevilla.free.fr/iniparser/) * [systemd](http://www.freedesktop.org/wiki/Software/systemd/) * [cryptsetup](http://code.google.com/p/cryptsetup/) -* keyutils and linux with `CONFIG_KEYS` +* 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) |