diff options
author | Sunmin Lee <sunm.lee@samsung.com> | 2016-07-15 13:47:22 +0900 |
---|---|---|
committer | Sunmin Lee <sunm.lee@samsung.com> | 2016-08-02 22:21:23 -0700 |
commit | 0bc4369d6782695dbdf8bf6a345c5f414d48a699 (patch) | |
tree | fc6eef5a9fbb53e6c3b002ca720f4e981b5bd07e | |
parent | 146ddab6213428a7b2865d10311525a1f549957c (diff) | |
download | system-plugin-0bc4369d6782695dbdf8bf6a345c5f414d48a699.tar.gz system-plugin-0bc4369d6782695dbdf8bf6a345c5f414d48a699.tar.bz2 system-plugin-0bc4369d6782695dbdf8bf6a345c5f414d48a699.zip |
Apply 3 partition hierarchysubmit/tizen/20160803.071736submit/tizen/20160803.053139accepted/tizen/wearable/20160804.081013accepted/tizen/tv/20160804.080957accepted/tizen/mobile/20160804.081037accepted/tizen/ivi/20160804.081024accepted/tizen/common/20160804.174326
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>
-rw-r--r-- | etc/fstab_initrd | 3 |
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 |