blob: fd51d696bfc3582da88284a2a30de7905c8e1d1c (
plain)
1
2
3
4
5
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 ext4 defaults,noatime 0 2
|