mirror of
https://github.com/LineageOS/android_device_essential_mata.git
synced 2026-08-18 11:12:34 +00:00
* Stop handling vendor mounting from kernel, first stage init is gonna do that, together with system (which is now /system) * Use correct mount flags coming from kernel dts * Move system and vendor mount points to /dev/block/by-name/, we don't have bootdevice symlink to that point in init * Copy fstab to recovery for first stage init Change-Id: Iaa0ecc3f13c3cfd3fe357ca509549d0f68a29cf0
15 lines
1.8 KiB
Plaintext
15 lines
1.8 KiB
Plaintext
# Android fstab file.
|
|
# The filesystem that contains the filesystem checker binary (typically /system) cannot
|
|
# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
|
|
|
|
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
|
|
/dev/block/platform/soc/1da4000.ufshc/by-name/system /system ext4 ro,barrier=1 wait,slotselect,verify,first_stage_mount
|
|
/dev/block/platform/soc/1da4000.ufshc/by-name/vendor /vendor ext4 ro,barrier=1 wait,slotselect,first_stage_mount
|
|
/dev/block/platform/soc/1da4000.ufshc/by-name/userdata /data ext4 noatime,nosuid,nodev,barrier=1,noauto_da_alloc latemount,wait,check,formattable,fileencryption=ice,quota
|
|
/dev/block/platform/soc/1da4000.ufshc/by-name/misc /misc emmc defaults defaults
|
|
/dev/block/platform/soc/1da4000.ufshc/by-name/modem /vendor/firmware_mnt vfat ro,shortname=lower,uid=1000,gid=1000,dmask=222,fmask=333,context=u:object_r:firmware_file:s0 wait,slotselect
|
|
/dev/block/platform/soc/1da4000.ufshc/by-name/dsp /vendor/lib/dsp ext4 ro,nosuid,nodev,barrier=1,context=u:object_r:adsprpcd_file:s0 wait,slotselect
|
|
/devices/*/xhci-hcd.0.auto* auto auto defaults voldmanaged=usb:auto
|
|
/devices/*/0000:01:00.0* auto auto defaults voldmanaged=usb:auto
|
|
/dev/block/zram0 none swap defaults zramsize=2147483648
|