diff options
author | Hyotaek Shim <hyotaek.shim@samsung.com> | 2017-12-26 18:17:26 +0900 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2017-12-26 18:17:53 +0900 |
commit | d22b7faa2a1104471f8312fa96517e209ba8e23e (patch) | |
tree | a58009f27a553356c90dc435d4849e5c9c841b68 /etc/fstab_2parts | |
parent | b92b3c2f49788e699439e40f2c5729cfd7230411 (diff) | |
download | system-plugin-4e09ecb2a08ef20029e267f399f477aa450556f1.tar.gz system-plugin-4e09ecb2a08ef20029e267f399f477aa450556f1.tar.bz2 system-plugin-4e09ecb2a08ef20029e267f399f477aa450556f1.zip |
Clean up /etc/fstab configuration filessubmit/tizen/20171226.092805accepted/tizen/unified/20171227.062321
Change-Id: I0d0278bb69a39dc82b4245d58df340ed8783acb3
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
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 |