change the default user created in mic, from 'tizen' to 'guest' 30/28330/2
authorStephane Desneux <stephane.desneux@open.eurogiciel.org>
Thu, 2 Oct 2014 16:18:30 +0000 (18:18 +0200)
committerMikko Ylinen <mikko.ylinen@intel.com>
Mon, 6 Oct 2014 11:01:06 +0000 (04:01 -0700)
This change is needed, due to the removal of the 'app' user in platform/upstream/setup.
As 'app' was removed, the default user to start applications as defined in /etc/tizen-platform.conf
shouldn't be 'app' anymore, but 'guest'.

Change-Id: I50f8e39f9c5a6047a81c6df4b35e3e61fabcec45
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
ivi.yaml

index 343802c..0f93370 100644 (file)
--- a/ivi.yaml
+++ b/ivi.yaml
@@ -8,7 +8,7 @@ Default:
     Keyboard: us
     Timezone: America/Los_Angeles
     RootPass: tizen
-    DefaultUser: tizen
+    DefaultUser: guest
     DefaultUserPass: tizen
     BootLoader: True
     BootloaderAppend: "rootwait rootfstype=ext4 quiet"