projects/wayland: fix options (login message)

This commit is contained in:
Stephan Raue 2009-09-21 10:18:34 +02:00
parent 18a990ac72
commit 22f2ae8b8b

View File

@ -1,9 +1,9 @@
# Welcome Message for e.g. SSH Server (up to 5 Lines e.g. ISSUE0=".." ISSUE1=".."
ISSUE0="*******************************************************"
ISSUE1="* Welcome to OpenELEC - the powerfull Mediacenter4you *"
ISSUE2="* visit http://www.openelec.tv *"
ISSUE3="*******************************************************"
ISSUE4=
# Welcome Message for e.g. SSH Server (up to 5 Lines)
GREATING0="#######################################################"
GREATING1="# Welcome to OpenELEC - the powerfull Mediacenter4you #"
GREATING2="# visit http://www.openelec.tv #"
GREATING3="#######################################################"
GREATING4=""
# Root password to integrate in the target system
ROOT_PASSWORD="openelec"