Change to call blkid command once to reduce boot time 35/273635/5
authorSangYoun Kwak <sy.kwak@samsung.com>
Mon, 11 Apr 2022 06:06:01 +0000 (15:06 +0900)
committerSangYoun Kwak <sy.kwak@samsung.com>
Mon, 11 Apr 2022 09:42:26 +0000 (18:42 +0900)
commit46b852f937da25047649b74d9cf116bd303165ca
treeab2e2d558cd2df1db17724875f13d5c0c5c1e431
parent94e065b3a0f4aa2cbefc49a70306a9747a6d3803
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>
scripts/init.sh