summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
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