diff options
author | Taeyoung Kim <ty317.kim@samsung.com> | 2015-12-03 18:28:13 +0900 |
---|---|---|
committer | Taeyoung Kim <ty317.kim@samsung.com> | 2015-12-03 18:31:52 +0900 |
commit | d46ebec30baf18804080d0674a9e162a0ab051c4 (patch) | |
tree | 29eb80fde7e52c88625d2a75b5b8517c758e11c1 /packaging | |
parent | dea61f27efe0a68b0191371ffd682dbd117fda14 (diff) | |
download | system-plugin-d46ebec30baf18804080d0674a9e162a0ab051c4.tar.gz system-plugin-d46ebec30baf18804080d0674a9e162a0ab051c4.tar.bz2 system-plugin-d46ebec30baf18804080d0674a9e162a0ab051c4.zip |
spreadtrum: replace fstab to mount /opt/etcsubmit/tizen/20151203.093514accepted/tizen/wearable/20151203.230927accepted/tizen/tv/20151203.230913accepted/tizen/mobile/20151203.230856
- /opt should be mounted to make dlog.conf at /opt/etc
- fstab is replaced to use /opt/etc
Change-Id: I440a47283e0c15d1af8344faedad7a6cf102e26c
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/system-plugin.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/system-plugin.spec b/packaging/system-plugin.spec index ee05a3f..4bba277 100644 --- a/packaging/system-plugin.spec +++ b/packaging/system-plugin.spec @@ -103,4 +103,5 @@ systemctl daemon-reload %manifest %{name}.manifest %{_prefix}/lib/udev/rules.d/51-system-plugin-spreadtrum.rules %{_unitdir}/tizen-system-env.service +%{_sysconfdir}/fstab %{_unitdir}/basic.target.wants/tizen-system-env.service |