Upgrade: do not make symlink during upgrade 63/101463/1 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/common/20161202.233426 accepted/tizen/ivi/20161205.001001 accepted/tizen/mobile/20161205.000830 accepted/tizen/tv/20161205.000900 accepted/tizen/unified/20170309.033344 accepted/tizen/wearable/20161205.000933 submit/tizen/20161202.090212 submit/tizen_unified/20170308.100408 tizen_4.0.m1_release
authorSunmin Lee <sunm.lee@samsung.com>
Wed, 30 Nov 2016 05:35:32 +0000 (14:35 +0900)
committersangwan.kwon <sangwan.kwon@samsung.com>
Thu, 1 Dec 2016 08:19:30 +0000 (17:19 +0900)
RO partition cannot be modified during upgrade process.
The change of RO partition should be included in RO image itself.

Change-Id: Ieae6aff145e749b17c0170336203d26d423039f2
(cherry picked from commit 4efb3bf24a2a26b35422d796eaaefc1dbdbc2ef1)

scripts/ca-certificates-bundle-upgrade.sh.in

index 1d8984a..588cf63 100644 (file)
@@ -31,6 +31,3 @@ cp @UPGRADE_DATA_DIR@/ca-bundle.pem @TZ_SYS_CA_BUNDLE_DIR@
 chsmack -a @SMACK_DOMAIN_NAME@ @TZ_SYS_CA_BUNDLE@
 chown root:@GROUP_NAME@ @TZ_SYS_CA_BUNDLE@
 chmod 664 @TZ_SYS_CA_BUNDLE@
-
-# make link files on RO area
-ln -sf @TZ_SYS_CA_BUNDLE@ @TZ_SYS_RO_CA_BUNDLE@