diff options
author | Kunhoon Baik <knhoon.baik@samsung.com> | 2016-03-15 19:17:34 +0900 |
---|---|---|
committer | Kunhoon Baik <knhoon.baik@samsung.com> | 2016-03-15 19:17:34 +0900 |
commit | 4ead57dbfaa9dec1c98abd5bd7063b4437116702 (patch) | |
tree | 762228d3a4a078d5d8952930760f21d5734982dc | |
parent | 026fde0f01a4d4df8dceb32579d130738b14d7a3 (diff) | |
download | system-plugin-accepted/tizen/wearable/20160315.125443.tar.gz system-plugin-accepted/tizen/wearable/20160315.125443.tar.bz2 system-plugin-accepted/tizen/wearable/20160315.125443.zip |
Temporary For Wearable Circle Target "csa"submit/tizen/20160315.110147accepted/tizen/wearable/20160315.125443accepted/tizen/tv/20160315.125428accepted/tizen/mobile/20160315.125408accepted/tizen/ivi/20160315.125509accepted/tizen/common/20160315.222051
This patch is so ugly because it assumes some partition of specific target.
Best Approach is to provide permutable RW or modifing BT/WIFI related daemons.
Until the csa issue will be solved, this patch will be kept.
Change-Id: Ied786d5f6d7845a59a3de113cb5f50f2c514e39c
-rw-r--r-- | packaging/system-plugin.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/system-plugin.spec b/packaging/system-plugin.spec index d245eff..a285119 100644 --- a/packaging/system-plugin.spec +++ b/packaging/system-plugin.spec @@ -121,8 +121,11 @@ systemctl daemon-reload %files circle %manifest %{name}.manifest /initrd +/csa %{_sysconfdir}/fstab_initrd %{_unitdir}/basic.target.wants/resize2fs@dev-disk-by\x2dpartlabel-user.service +%{_unitdir}/csa.mount +%{_unitdir}/local-fs.target.wants/csa.mount # ugly temporary patch for initrd wearable %post circle |