Apply 3 partition hierarchy 92/74392/6 accepted/tizen/common/20160804.174326 accepted/tizen/ivi/20160804.081024 accepted/tizen/mobile/20160804.081037 accepted/tizen/tv/20160804.080957 accepted/tizen/wearable/20160804.081013 submit/tizen/20160803.053139 submit/tizen/20160803.071736
authorSunmin Lee <sunm.lee@samsung.com>
Fri, 15 Jul 2016 04:47:22 +0000 (13:47 +0900)
committerSunmin Lee <sunm.lee@samsung.com>
Wed, 3 Aug 2016 05:21:23 +0000 (22:21 -0700)
From now on, Tizen 3.0 support 3 partition hierarchy
as default and it is applied to TM1 and TW1.

Change-Id: I6b920a79f2323d57ad8cdb40e17a0dafd4e1e9ee
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
etc/fstab_initrd

index fd51d696bfc3582da88284a2a30de7905c8e1d1c..75b6c4b8c74197985ce935d8d74adb8fae4e6b8b 100644 (file)
@@ -3,4 +3,5 @@
 # Basically, initrd should consider this issue.
 # <file system> <mount point>   <type>  <options>        <dump> <pass>
 /dev/root       /               ext4    defaults,noatime 0      1
-PARTLABEL=user  /opt            ext4    defaults,noatime 0      2
+PARTLABEL=system-data  /opt     ext4    defaults,noatime 0      2
+PARTLABEL=user     /opt/usr     ext4    defaults,noatime 0      2