summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorwchang kim <wchang.kim@samsung.com>2016-08-24 11:19:54 +0900
committerwchang kim <wchang.kim@samsung.com>2016-08-24 11:19:54 +0900
commitb31904253f6175183385aca171b491fea234e0f7 (patch)
treefa63dfd9a32b2d54e25d40395071a97391b80189 /etc
parent78b2d513b638b5f6f4154a8334e5306d2e736607 (diff)
downloadsystem-plugin-b31904253f6175183385aca171b491fea234e0f7.tar.gz
system-plugin-b31904253f6175183385aca171b491fea234e0f7.tar.bz2
system-plugin-b31904253f6175183385aca171b491fea234e0f7.zip
Description : Adding fstab for lazy mount
fstab for lazy mount includes root partition and system-data partition. Lazy mount is only for mobile profile. Change-Id: I8519f6c705ee3ae0d842ec28262bc55dad438e7b
Diffstat (limited to 'etc')
-rw-r--r--etc/fstab_initrd_lazymnt6
-rw-r--r--etc/fstab_lazymnt3
2 files changed, 9 insertions, 0 deletions
diff --git a/etc/fstab_initrd_lazymnt b/etc/fstab_initrd_lazymnt
new file mode 100644
index 0000000..4c80e4d
--- /dev/null
+++ b/etc/fstab_initrd_lazymnt
@@ -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=system-data /opt ext4 defaults,noatime 0 2
diff --git a/etc/fstab_lazymnt b/etc/fstab_lazymnt
new file mode 100644
index 0000000..02154dc
--- /dev/null
+++ b/etc/fstab_lazymnt
@@ -0,0 +1,3 @@
+# <file system> <mount point> <type> <options> <dump> <pass>
+/dev/root / ext4 defaults,noatime 0 1
+LABEL=system-data /opt ext4 defaults,noatime 0 2