diff options
author | Aron Widforss <aron@antarkt.is> | 2016-02-25 21:02:15 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2016-02-25 21:04:46 +0100 |
commit | a9517bd0ca408c70c8bdf15c8e368ea128a9ee0d (patch) | |
tree | 7b121d275217b927ac7a28c67d09bae21fd1fe2a | |
parent | b474ad7226c211736c8a45bd72a17e08dd051171 (diff) | |
download | mkinitcpio-ykfde-a9517bd0ca408c70c8bdf15c8e368ea128a9ee0d.tar.gz mkinitcpio-ykfde-a9517bd0ca408c70c8bdf15c8e368ea128a9ee0d.tar.zst |
README-mkinitcpio: emphasize we need a systemd-enabled initramfs
close #4
Signed-off-by: Christian Hesse <mail@eworm.de>
-rw-r--r-- | README-mkinitcpio.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README-mkinitcpio.md b/README-mkinitcpio.md index 93f017b..36e1a51 100644 --- a/README-mkinitcpio.md +++ b/README-mkinitcpio.md @@ -97,8 +97,9 @@ automatically on every boot: ### mkinitcpio hook `ykfde` -Last add `ykfde` to your hook list in `/etc/mkinitcpio.conf` and rebuild -your initramfs with: +Last add `ykfde` to your hook list in `/etc/mkinitcpio.conf`. You should +already have `systemd` and `sd-encrypt` there as a `systemd`-enabled +initramfs is prerequisite. Now rebuild your initramfs with: > mkinitcpio -p linux |