diff --git a/builder.sh b/builder.sh
index eedb2586d0d4818dd0b5f54761446c316756cbfe..2860f757e1691d00da2830a9f7fcd44f8418fb29 100755
--- a/builder.sh
+++ b/builder.sh
@@ -76,6 +76,17 @@ rm -rf output/images
 mkdir -p output
 mkdir -p output/cmd
 
+echo "#######################################"
+echo "#######################################"
+echo Welcome! This is the Freifunk Braunschweig Gluon Bulder script. Nice to serve you
+echo - Building for the following GLUON_BRANCH:  \"${BRANCH}\"
+echo - The release will be tagged: ${RELEASETAG}
+echo - The release will be namend: ${RELEASENAME}
+echo - Bulding with j=${J}
+echo - Debug-Config: \"{$DEBUG}\"
+echo - Building for the following architectures: ${ARCHITECTURES}
+echo "#######################################"
+echo "#######################################"
 
 # update toolchain to current release
 make update