diff options
author | Christian Hesse <mail@eworm.de> | 2013-10-01 10:53:42 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-10-01 10:53:42 +0200 |
commit | e6da9b1b19f96625425f1f22e1fd898f0a8936b2 (patch) | |
tree | 3c67ae218e6ee1f52cc3b62b9905e6d9ce39168b /bin | |
parent | 6d1ba7f79c28cd3ecadcfe0bd993cbf2e4aae230 (diff) | |
download | mkinitcpio-ykfde-e6da9b1b19f96625425f1f22e1fd898f0a8936b2.tar.gz mkinitcpio-ykfde-e6da9b1b19f96625425f1f22e1fd898f0a8936b2.tar.zst |
add hint about /etc/crypttab.initramfs
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ykfde | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -92,4 +92,5 @@ fi rm -rf "${TMPDIR}" echo "Please do not forget to remove old keys when changing challenge!" -echo "Now run 'mkinitcpio' to build a new initramfs!" +echo "Now make sure /etc/crypttab.initramfs has the needed entry, then" +echo "run 'mkinitcpio' to build a new initramfs!" |