Make caching file for imporoving performance. 08/123508/2 accepted/tizen/4.0/unified/20170816.012714 accepted/tizen/4.0/unified/20170829.020323 accepted/tizen/unified/20170406.173313 submit/tizen/20170406.045247 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170828.100004 submit/tizen_4.0/20170828.110004 tizen_4.0.m1_release
authorYunmi Ha <yunmi.ha@samsung.com>
Thu, 6 Apr 2017 01:58:13 +0000 (10:58 +0900)
committerYunmi Ha <yunmi.ha@samsung.com>
Thu, 6 Apr 2017 04:19:32 +0000 (13:19 +0900)
commite2ae36d1a45ae80b671e004597383e77a6b0df42
treebce11ef843dc9e854cc30921ff01a935eb0a8b1f
parent822d062418e7b334d368e910b4fd7c693e56b432
Make caching file for imporoving performance.

Previously, init.sh resize and check the filesystem every time.
It makes growing in booting time.
To reduce this, init.sh makes chache file for checking first boot or not.
Only when boot the first time, init.sh will resize and check the filesystem.

Change-Id: I31dbe37e59029365098b45cdfcb0dba95a11d8c0
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
scripts/init.sh