diff options
Diffstat (limited to 'etc/fstab_2parts')
-rw-r--r-- | etc/fstab_2parts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/fstab_2parts b/etc/fstab_2parts new file mode 100644 index 0000000..2f335c7 --- /dev/null +++ b/etc/fstab_2parts @@ -0,0 +1,3 @@ +# <file system> <mount point> <type> <options> <dump> <pass> +/dev/root / ext4 defaults,noatime,ro 0 1 +LABEL=system-data /opt ext4 defaults,noatime 0 2 |