Fix the use of resize2fs
authorJunghoon Kim <jhoon20.kim@samsung.com>
Tue, 21 Apr 2020 07:59:05 +0000 (16:59 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 17 Oct 2023 04:19:20 +0000 (13:19 +0900)
commit1af39a5d6e5f80381aa0273f35666474f779ab31
tree95c3823a334b1faa9ced1d46c42b2a8f791ab5bc
parentc9a158dbf53d2149a346f7885977d5eb51dbbffe
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