diff options
author | Kunhoon Baik <knhoon.baik@samsung.com> | 2016-08-10 21:49:50 +0900 |
---|---|---|
committer | Kunhoon Baik <knhoon.baik@samsung.com> | 2016-08-10 21:49:50 +0900 |
commit | 4d47f99b2e37f14b324d7e46826a765f0360fe54 (patch) | |
tree | 2cee9ba33ddf6539f13a6c819d00a0cc993bf817 | |
parent | d5558ee6700aa9565d73b24d10141bce130d72db (diff) | |
download | system-plugin-4d47f99b2e37f14b324d7e46826a765f0360fe54.tar.gz system-plugin-4d47f99b2e37f14b324d7e46826a765f0360fe54.tar.bz2 system-plugin-4d47f99b2e37f14b324d7e46826a765f0360fe54.zip |
[TM1/TW1] resize system-data partitionsubmit/tizen/20160810.235655accepted/tizen/wearable/20160812.010504accepted/tizen/tv/20160812.010458accepted/tizen/mobile/20160812.010519accepted/tizen/ivi/20160812.010511accepted/tizen/common/20160812.140700
Change-Id: Iefd911d00c48fd367e3e013ac862019bda054774
-rw-r--r-- | packaging/system-plugin.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packaging/system-plugin.spec b/packaging/system-plugin.spec index 7655c3e..ea3a330 100644 --- a/packaging/system-plugin.spec +++ b/packaging/system-plugin.spec @@ -122,8 +122,9 @@ mkdir -p %{buildroot}%{_unitdir}/basic.target.wants ln -s ../resize2fs@.service %{buildroot}%{_unitdir}/basic.target.wants/resize2fs@dev-disk-by\\x2dlabel-system\\x2ddata.service ln -s ../resize2fs@.service %{buildroot}%{_unitdir}/basic.target.wants/resize2fs@dev-disk-by\\x2dlabel-user.service ln -s ../resize2fs@.service %{buildroot}%{_unitdir}/basic.target.wants/resize2fs@dev-disk-by\\x2dlabel-rootfs.service -# ugly temporary patch for initrd wearable + ln -s ../resize2fs@.service %{buildroot}%{_unitdir}/basic.target.wants/resize2fs@dev-disk-by\\x2dpartlabel-user.service +ln -s ../resize2fs@.service %{buildroot}%{_unitdir}/basic.target.wants/resize2fs@dev-disk-by\\x2dpartlabel-system\\x2ddata.service ln -s ../tizen-system-env.service %{buildroot}%{_unitdir}/basic.target.wants/tizen-system-env.service @@ -207,6 +208,7 @@ systemctl daemon-reload /csa %{_sysconfdir}/fstab_initrd %{_unitdir}/basic.target.wants/resize2fs@dev-disk-by\x2dpartlabel-user.service +%{_unitdir}/basic.target.wants/resize2fs@dev-disk-by\x2dpartlabel-system\x2ddata.service %{_unitdir}/csa.mount %{_unitdir}/local-fs.target.wants/csa.mount %{_unitdir}/umount-opt.service @@ -230,6 +232,7 @@ mv %{_sysconfdir}/fstab_initrd %{_sysconfdir}/fstab %{_sysconfdir}/fstab_initrd %{_unitdir}/basic.target.wants/tizen-system-env.service %{_unitdir}/basic.target.wants/resize2fs@dev-disk-by\x2dpartlabel-user.service +%{_unitdir}/basic.target.wants/resize2fs@dev-disk-by\x2dpartlabel-system\x2ddata.service %{_unitdir}/basic.target.wants/resize2fs@dev-disk-by\x2dlabel-rootfs.service %{_unitdir}/csa.mount %{_unitdir}/local-fs.target.wants/csa.mount |