-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
op5_t: enable erofs for dynamic or standard partitions
Change-Id: Ifa6a5fc0822e23b59e9dc9109fc1a4ebdede4cc9 Signed-off-by: Fernando Oliveira <[email protected]>
- Loading branch information
1 parent
225afa6
commit d2a5045
Showing
3 changed files
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
# mount point fstype device device2 flags | ||
|
||
/system ext4 /dev/block/bootdevice/by-name/system flags=backup=1;wipeingui | ||
/system erofs /dev/block/bootdevice/by-name/system flags=backup=1;wipeingui;fsflags="ro,wait" | ||
/system_image emmc /dev/block/bootdevice/by-name/system | ||
/vendor ext4 /dev/block/bootdevice/by-name/vendor flags=backup=1;wipeingui | ||
/vendor erofs /dev/block/bootdevice/by-name/vendor flags=backup=1;wipeingui;fsflags="ro,wait" | ||
/vendor_image emmc /dev/block/bootdevice/by-name/vendor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters