Change to call blkid command once to reduce boot time 48/273648/1 accepted/tizen/6.5/unified/20220411.131407 submit/tizen_6.5/20220411.104602
authorSangYoun Kwak <sy.kwak@samsung.com>
Mon, 11 Apr 2022 06:06:01 +0000 (15:06 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Mon, 11 Apr 2022 10:21:42 +0000 (10:21 +0000)
commitbeb2ed954704088241504bdaf46877940b33c5b9
treeab2e2d558cd2df1db17724875f13d5c0c5c1e431
parente09b98c3fc5697aae6c96a0e4f88f1412ba0eb02
Change to call blkid command once to reduce boot time

* It is better to call blkid in function process_rootfs and process_userfs than using
get_blk_dev_path function (performance and complexity)

Change-Id: I837e28d1883782ba1c0ae5bfb4f6b98e83334f0f
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
(cherry picked from commit 46b852f937da25047649b74d9cf116bd303165ca)
scripts/init.sh