From: Sunmin Lee Date: Fri, 24 Jun 2016 11:32:33 +0000 (+0900) Subject: Change TZ_SYS_HOME: /opt/home -> /opt/usr/home X-Git-Tag: accepted/tizen/common/20160804.174328^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F12%2F76612%2F2;p=platform%2Fcore%2Fsystem%2Ftizen-platform-config.git Change TZ_SYS_HOME: /opt/home -> /opt/usr/home 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: Ib374e23df71a99340d804127cf3cdebe2257f5c8 Signed-off-by: Sunmin Lee --- diff --git a/tizen-platform.meta b/tizen-platform.meta index 7ea94ed..465768e 100644 --- a/tizen-platform.meta +++ b/tizen-platform.meta @@ -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