gs201: convert /efs to f2fs

Bug: 201348703
Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
Change-Id: Ibe766941e09205b7431f2149856f8f0998743af6
This commit is contained in:
Jaegeuk Kim
2021-10-12 14:19:10 -07:00
parent 7b4f21e81d
commit 7ba733f58b

View File

@@ -16,6 +16,9 @@ service vendor.charger /system/bin/charger
on early-init
# Convert /dev/block/by-name/persist to f2fs
exec -- /vendor/bin/convert_to_f2fs.sh /dev/block/by-name/persist false
# Format /efs to f2fs, if it's ext4
exec -- /vendor/bin/convert_to_f2fs.sh /dev/block/by-name/efs true
mount_all /vendor/etc/fstab.persist --early
on init