Fix the use of resize2fs 34/231334/2
authorJunghoon Kim <jhoon20.kim@samsung.com>
Tue, 21 Apr 2020 07:59:05 +0000 (16:59 +0900)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Wed, 22 Apr 2020 06:13:06 +0000 (15:13 +0900)
commit9f869b1567a93e519fedd1bd82653215ee00001f
tree4641dac827fd35fecdb68443c1af9e06406ae133
parent819cdd6ea5e5bd0f6ea711c27f094c736579cf3b
Fix the use of resize2fs

The resize2fs can be used to enlarge or shrink the ext family filesystem
only. Thus, An error occurs when trying to use it with other filesystems
such as vfat. Fix the use of resize2fs for use only with the ext family
filesystem.

Change-Id: I2c9b7c686086d924b003d07a2762bb668dd39ac8
Signed-off-by: Junghoon Kim <jhoon20.kim@samsung.com>
scripts/tizen/sd_fusing_rpi3.sh