blob: 6d8bd3ee47da0ded3d6fe78cf2869394e87d2769 (
plain)
1
2
3
4
5
|
post_install() {
echo "the hook is called keyencrypt and is to be placed before encrypt in /etc/mkinicpio.conf HOOKS=, /rootkey.gpg can be generated with setbootpassword"
}
# vim: set ft=sh:
|