Initial import

This commit is contained in:
Eugene Sovetkin 2015-06-08 11:13:16 +02:00
commit d117f2543e
6 changed files with 70 additions and 0 deletions

9
usage.install Normal file
View file

@ -0,0 +1,9 @@
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 ""
}