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, 20 Oct 2020 06:13:49 +0000 (15:13 +0900)
commita6d9100fbb29dbe02110631cae9127bcfb66d28a
treeddf424bd69fe0834b7964b4700ec799b49c12ccc
parent94f683fcd3b1737ad81d9eb8f2d813e95cc5af52
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