gs201: convert /modem_userdata to f2fs
Bug: 201348703 Signed-off-by: Jaegeuk Kim <jaegeuk@google.com> Change-Id: Ib2ce2692e321fdb4d594336feb6f582b1fcbffc9
This commit is contained in:
parent
aef1f11fa6
commit
d1a44fd9c4
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue