3cc30466c5
Done so many jobs to boot... - SELinux permissive - Fix/Update init scripts - Edit the file system list for working anyway in the faced situation but it has to be optimized later - Optimize vendor files and add unsure binary files for debugging - Remove unused packages - Build Camera packages itself but not working curretly - Update manifest from the CTD1 OTA firwmare - Optimize manifest - Optimize SELinux properties a little Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: I4c134c6fb89e646fdba39590b6b80c4027eb2c71
19 lines
2.1 KiB
Text
19 lines
2.1 KiB
Text
# 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/bootdevice/by-name/system /system ext4 ro,barrier=1 wait,recoveryonly
|
|
/dev/block/bootdevice/by-name/userdata /data ext4 nosuid,nodev,noatime,barrier=1,noauto_da_alloc wait,check,encryptable=footer,quota,formattable
|
|
/dev/block/bootdevice/by-name/cache /cache ext4 nosuid,nodev,noatime,barrier=1 wait,check,formattable
|
|
/dev/block/bootdevice/by-name/apnhlos /firmware vfat ro,shortname=lower,dmask=222,fmask=333,context=u:object_r:firmware_file:s0 wait
|
|
/dev/block/bootdevice/by-name/modem /firmware-modem vfat ro,shortname=lower,dmask=222,fmask=333,context=u:object_r:firmware_file:s0 wait
|
|
/dev/block/bootdevice/by-name/efs /efs ext4 nosuid,nodev,noauto_da_alloc,journal_async_commit,data=ordered,errors=panic wait,check
|
|
/dev/block/bootdevice/by-name/persist /persist ext4 nosuid,nodev,barrier=1 wait
|
|
|
|
/dev/block/bootdevice/by-name/boot /boot emmc defaults recoveryonly
|
|
/dev/block/bootdevice/by-name/recovery /recovery emmc defaults recoveryonly
|
|
|
|
# SDCard
|
|
/devices/soc/74a4900.sdhci/mmc_host/mmc* auto auto defaults voldmanaged=sdcard:auto,encryptable=userdata
|
|
/devices/soc/6a00000.ssusb/6a00000.dwc3/xhci-hcd.0.auto/usb* auto auto defaults voldmanaged=usb:auto
|