gs201: convert /modem_userdata to f2fs

Bug: 201348703
Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
Change-Id: Ib2ce2692e321fdb4d594336feb6f582b1fcbffc9
This commit is contained in:
Jaegeuk Kim 2021-10-14 09:35:04 -07:00
parent aef1f11fa6
commit d1a44fd9c4

View file

@ -22,6 +22,10 @@ on early-init
# Format /efs_backup to f2fs, if it's ext4
exec -- /vendor/bin/convert_to_f2fs.sh /dev/block/by-name/efs_backup true
# Format /modem_userdata to f2fs, if it's ext4
exec -- /vendor/bin/convert_to_f2fs.sh /dev/block/by-name/modem_userdata true
mount_all /vendor/etc/fstab.persist --early
on init