From acb40a4f37af3ac7f346ff46db377c1dde142b5b Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 21 Sep 2009 02:55:10 +0200 Subject: [PATCH] options: new variable for setting a root password for target so we can login via ssh --- projects/intel/options | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/intel/options b/projects/intel/options index 24353a26e3..5b320d0622 100644 --- a/projects/intel/options +++ b/projects/intel/options @@ -1,6 +1,9 @@ # Welcome Message for e.g. Telnet Server ISSUE="Welcome to OpenELEC - the powerfull Mediacenter4you" +# Root password to integrate in the target system + ROOT_PASSWORD="openelec" + # Mediacenter to use (moovida / mythtv) MEDIACENTER=moovida