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>
# 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