summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorSunmin Lee <sunm.lee@samsung.com>2016-07-15 13:47:22 +0900
committerSunmin Lee <sunm.lee@samsung.com>2016-08-02 22:21:23 -0700
commit0bc4369d6782695dbdf8bf6a345c5f414d48a699 (patch)
treefc6eef5a9fbb53e6c3b002ca720f4e981b5bd07e /etc
parent146ddab6213428a7b2865d10311525a1f549957c (diff)
downloadsystem-plugin-0bc4369d6782695dbdf8bf6a345c5f414d48a699.tar.gz
system-plugin-0bc4369d6782695dbdf8bf6a345c5f414d48a699.tar.bz2
system-plugin-0bc4369d6782695dbdf8bf6a345c5f414d48a699.zip
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>
Diffstat (limited to 'etc')
-rw-r--r--etc/fstab_initrd3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/fstab_initrd b/etc/fstab_initrd
index fd51d69..75b6c4b 100644
--- a/etc/fstab_initrd
+++ b/etc/fstab_initrd
@@ -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