This repository has been archived on 2024-05-12. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mkinitcpio-welcomemessage/usage.install
2015-06-08 11:13:16 +02:00

9 lines
353 B
Text

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 ""
}