blob: 84f81342038400897879de007db9a28767013337 (
plain)
1
2
3
4
|
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/root / ext4 defaults,noatime 0 1
LABEL=system-data /opt ext4 defaults,noatime,x-systemd.automount 0 2
LABEL=user /opt/usr ext4 defaults,noatime,x-systemd.automount 0 2
|