scripts: sd_fusing: Fix wrong filesystem type about user
authorJaehoon Chung <jh80.chung@samsung.com>
Wed, 5 Jun 2024 07:00:32 +0000 (16:00 +0900)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Wed, 4 Dec 2024 11:00:01 +0000 (12:00 +0100)
commitf8bc630f6bfb0a046cfbfe9b75c306fd1d75cb6e
treea51f7e9cb5fe96621bc9cd831feade934bb7da00
parentc6ac6571897d9b12f69cd94284fefd0979328dd2
scripts: sd_fusing: Fix wrong filesystem type about user

Tizen is using a user partition as f2fs filesystem.
It doesn't update the image because of mismatched filesystem type.

2024-06-05T15:52:37.819 Verifying that partition table on /dev/sdh matches target specification
2024-06-05T15:52:38.2 On-device partition mismatch with selected target: fstype=ext4, on-device:
DEVNAME=/dev/sdh5
UUID=c3237c35-3bee-45c0-80d6-599734b35701
TYPE=f2fs
PARTLABEL=user
PARTUUID=82d95111-8032-5c40-a80a-5138537eb66e

Change-Id: I801061da2176ee7ee125f95f0b808cddb181df17
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
sd_fusing.py