Change TZ_SYS_HOME: /opt/home -> /opt/usr/home 21/76121/1
authorSunmin Lee <sunm.lee@samsung.com>
Thu, 23 Jun 2016 01:47:03 +0000 (10:47 +0900)
committerSunmin Lee <sunm.lee@samsung.com>
Thu, 23 Jun 2016 01:56:44 +0000 (10:56 +0900)
For compatibility with Tizen 2.4, the user partition path
is preserved as /opt/usr rather than /opt/home. Therefore,
the home path is also changed to under the /opt/usr.

Change-Id: I592901fd7f68647a1be6bf5dcc552d514eb08272
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
tizen-platform.meta

index 29085c3..74ba927 100644 (file)
@@ -6,7 +6,7 @@
 
 # Tizen 3 (single user):
 #TZ_SYS_HOME=/home
-#TZ_SYS_ROOT=/opt/home/root
+#TZ_SYS_ROOT=/opt/usr/home/root
 #TZ_SYS_SHARE=/opt/share
 #TZ_SYS_ETC=/opt/etc
 #TZ_SYS_DATA=/opt/data
@@ -16,7 +16,7 @@
 #TZ_SYS_USER_GROUP=app
 
 # Tizen 3 (multi user):
-TZ_SYS_HOME=/opt/home
+TZ_SYS_HOME=/opt/usr/home
 TZ_SYS_ROOT=/root
 TZ_SYS_SHARE=/opt/share
 TZ_SYS_RO_SHARE=/usr/share