diff options
author | Suchang Woo <suchang.woo@samsung.com> | 2015-05-11 17:22:04 +0900 |
---|---|---|
committer | Suchang Woo <suchang.woo@samsung.com> | 2015-05-11 17:30:02 +0900 |
commit | 89ced1fef1bc6f305770d21a080b0dd2b93288b1 (patch) | |
tree | 4a9a82a3537f1d496c72eaba1a51b914f9030ead | |
parent | b77df4d376536bb1dcc6688eab18a66b08507d3e (diff) | |
download | system-plugin-tizen_3.0.2015.q2_common.tar.gz system-plugin-tizen_3.0.2015.q2_common.tar.bz2 system-plugin-tizen_3.0.2015.q2_common.zip |
system-plugin-n4: Add file system resize servicessubmit/tizen/20150511.094218accepted/tizen/wearable/20150511.132819accepted/tizen/tv/20150512.111635accepted/tizen/mobile/20150512.024241accepted/tizen/common/20150511.125831tizen_3.0.2015.q2_common
An image for Note4 consists of 3 partitions - rootfs, system-data and user.
A file system resize services are needed for these partitions.
Signed-off-by: Suchang Woo <suchang.woo@samsung.com>
Change-Id: If43e8e11fdd008fa13674a0af6b1eb426eb758c8
-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 420bca0..648c4b4 100644 --- a/packaging/system-plugin.spec +++ b/packaging/system-plugin.spec @@ -77,6 +77,9 @@ systemctl daemon-reload %files n4 %manifest %{name}.manifest +%{_unitdir}/basic.target.wants/resize2fs@dev-disk-by\x2dlabel-system\x2ddata.service +%{_unitdir}/basic.target.wants/resize2fs@dev-disk-by\x2dlabel-user.service +%{_unitdir}/basic.target.wants/resize2fs@dev-disk-by\x2dlabel-rootfs.service %files exynos %manifest %{name}.manifest |