Initial import
This commit is contained in:
commit
d117f2543e
6 changed files with 70 additions and 0 deletions
11
welcomemessage.install
Normal file
11
welcomemessage.install
Normal 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
|
||||
}
|
Reference in a new issue