summarylogtreecommitdiffstats
path: root/usage.install
blob: 27216b3ecd1e268d8d49ec078f06794926649b00 (plain)
1
2
3
4
5
6
7
8
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 ""
}