This repository has been archived on 2024-05-12. You can view files and clone it, but cannot push or open issues or pull requests.
mkinitcpio-welcomemessage/usage.install
2020-04-27 09:49:01 +03:00

12 lines
366 B
Bash

# vim:ft=sh
post_install() {
echo ""
echo " This hook will print a welcome message before the encryption password is required."
echo ""
echo "Put \"filename\" parameters to /etc/welcomemessage.conf, e.g. filename=/etc/issue"
echo ""
echo "Don't forget to add the welcomemessage hook in your /etc/mkinitcpio.conf and run mkinitcpio -p linux..."
echo ""
}