Merge pull request #66 from Doodle3D/companje-new-banner

added a new banner to post-install
This commit is contained in:
Peter Uithoven 2016-05-25 11:41:57 +02:00
commit 6d4793a67e
1 changed files with 11 additions and 8 deletions

View File

@ -37,14 +37,17 @@ addFirewallNet() {
if [ ! -f $IPKG_INSTROOT/etc/banner.default ]; then
mv $IPKG_INSTROOT/etc/banner $IPKG_INSTROOT/etc/banner.default
cat <<-\EOM > $IPKG_INSTROOT/etc/banner
........D o o d l e 3 D
.......________ _____ _____
....../ / / |__ / __/ / - /___ __
...../ / / /--// _|-// --| . /v /
..../________/__//__/__//____/___/_^_\
...
..A cad in a box.
.
,------. ,--.,--. ,----. ,------.
| .-. \ ,---. ,---. ,-| || | ,---. '.-. || .-. \
| | \ :| .-. || .-. |' .-. || || .-. : .' < | | \ :
| '--' /' '-' '' '-' '\ `-' || |\ --./'-' || '--' /
`-------' `---' `---' `---' `--' `----'`----' `-------'
__ ___ ______ _ ____
\ \ / (_) ____(_) | _ \
\ \ /\ / / _| |__ _ ______| |_) | _____ __
\ \/ \/ / | | __| | |______| _ < / _ \ \/ /
\ /\ / | | | | | | |_) | (_) > <
\/ \/ |_|_| |_| |____/ \___/_/\_\
EOM
fi