Skip to content

Commit

Permalink
beryllium: fstab: Set /system_ext mount point for recovery
Browse files Browse the repository at this point in the history
Change-Id: Ie12a787e58d72f2a90a3ba015948203240978f36
  • Loading branch information
bgcngm authored and resist15 committed Jun 29, 2022
1 parent df852a7 commit ee59908
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rootdir/etc/fstab.qcom
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
# The filesystem that contains the filesystem e2fsck binary (typically /system) cannot
# specify 'check', and must come before any filesystems that do specify 'check'

# NOTE: /system and /vendor partitions are early-mounted and the fstab entry is specified in device tree (duplicated below for recovery image purposes only):
# NOTE: /system, /system_ext and /vendor partitions are early-mounted and the fstab entry is specified in device tree (duplicated below for recovery image purposes only):
# /proc/device-tree/firmware/android/fstab/system
# /proc/device-tree/firmware/android/fstab/system_ext
# /proc/device-tree/firmware/android/fstab/vendor

#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
Expand All @@ -19,6 +20,7 @@
/dev/block/bootdevice/by-name/boot /boot emmc defaults recoveryonly
/dev/block/bootdevice/by-name/recovery /recovery emmc defaults recoveryonly
/dev/block/bootdevice/by-name/system /system ext4 ro,barrier=1 wait,recoveryonly
/dev/block/bootdevice/by-name/cust /system_ext ext4 ro,barrier=1 wait,recoveryonly
/dev/block/bootdevice/by-name/vendor /vendor ext4 ro,barrier=1 wait,recoveryonly
/dev/block/zram0 none swap defaults zramsize=3221225472,max_comp_streams=8,zram_backingdev_size=512M

Expand Down

0 comments on commit ee59908

Please sign in to comment.