mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 05:38:17 +00:00
gs201: convert /efs to f2fs
Bug: 201348703 Signed-off-by: Jaegeuk Kim <jaegeuk@google.com> Change-Id: Ibe766941e09205b7431f2149856f8f0998743af6
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user