summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorboseong choi <boseong.choi@samsung.com>2016-03-16 20:15:19 +0900
committerboseong choi <boseong.choi@samsung.com>2016-03-17 08:28:19 +0900
commitaa18fe45cd0188b520c4d477be790777557e4576 (patch)
tree2ed4ed484e94f415906cc453f9a678b46d0fb7b6 /etc
parent4ead57dbfaa9dec1c98abd5bd7063b4437116702 (diff)
downloadsystem-plugin-aa18fe45cd0188b520c4d477be790777557e4576.tar.gz
system-plugin-aa18fe45cd0188b520c4d477be790777557e4576.tar.bz2
system-plugin-aa18fe45cd0188b520c4d477be790777557e4576.zip
merge system-data partition and user partition add fstab_tm1(TM1), change fstab_initrd(circle) add umount-opt.service for umount /opt (symlink in local-fs-pre.target.wants) Change-Id: I44bfc2d6daea54af6da356552ddc91335d12a4de Signed-off-by: boseong choi <boseong.choi@samsung.com>
Diffstat (limited to 'etc')
-rw-r--r--etc/fstab_initrd2
-rw-r--r--etc/fstab_tm13
2 files changed, 4 insertions, 1 deletions
diff --git a/etc/fstab_initrd b/etc/fstab_initrd
index 7056f20..fd51d69 100644
--- a/etc/fstab_initrd
+++ b/etc/fstab_initrd
@@ -3,4 +3,4 @@
# Basically, initrd should consider this issue.
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/root / ext4 defaults,noatime 0 1
-PARTLABEL=user /opt/usr ext4 defaults,noatime 0 2
+PARTLABEL=user /opt ext4 defaults,noatime 0 2
diff --git a/etc/fstab_tm1 b/etc/fstab_tm1
new file mode 100644
index 0000000..04c42bc
--- /dev/null
+++ b/etc/fstab_tm1
@@ -0,0 +1,3 @@
+# <file system> <mount point> <type> <options> <dump> <pass>
+/dev/root / ext4 defaults,noatime 0 1
+LABEL=user /opt ext4 defaults,noatime 0 2