summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKunhoon Baik <knhoon.baik@samsung.com>2016-03-10 23:33:11 +0900
committerKunhoon Baik <knhoon.baik@samsung.com>2016-03-10 23:40:27 +0900
commit026fde0f01a4d4df8dceb32579d130738b14d7a3 (patch)
tree832be4b3dbc55842075ef27444324fcdea5d3053 /etc
parent3568f5fb91fc190a6cf8db5790392d8a6a1beff9 (diff)
downloadsystem-plugin-026fde0f01a4d4df8dceb32579d130738b14d7a3.tar.gz
system-plugin-026fde0f01a4d4df8dceb32579d130738b14d7a3.tar.bz2
system-plugin-026fde0f01a4d4df8dceb32579d130738b14d7a3.zip
This patch is so ugly because it assumes several dependencies. Best Approach is to provide own initrd for circle target. Until the initrd issue will be solved, this patch will be kept. Change-Id: I450a9facb3b3e0545b73bd7e0e62860392d1b5e1
Diffstat (limited to 'etc')
-rw-r--r--etc/fstab_initrd6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/fstab_initrd b/etc/fstab_initrd
new file mode 100644
index 0000000..7056f20
--- /dev/null
+++ b/etc/fstab_initrd
@@ -0,0 +1,6 @@
+# In case of using MCD initrd, / and /opt is already mounted by initrd
+# Thus, this patch is temporary files for wearable.
+# 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