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

11
welcomemessage.install Normal file
View file

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