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/welcomemessage.install
2015-06-08 11:13:16 +02:00

11 lines
No EOL
263 B
Text

build ()
{
cat $(cat /etc/welcomemessage.conf | sed -n '/filename=/p' | sed 's/filename=//') > "$BUILDROOT/welcomemessage"
add_runscript
}
help ()
{
cat<<HELPEOF
This hook will print a welcome message before the encryption password is required
HELPEOF
}