Skip to content

Commit

Permalink
Spes: rootdir: fstab: Add entry for mounting sdcard in recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
adithya2306 authored and shripad-jyothinath committed May 28, 2023
1 parent 770ebe3 commit 9aee904
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rootdir/etc/fstab.qcom
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ product /product e
/devices/platform/soc/4784000.sdhci/mmc_host* /storage/sdcard1 vfat nosuid,nodev wait,voldmanaged=sdcard1:auto,encryptable=footer
/devices/platform/soc/1da4000.ufshc_card/host* /storage/sdcard1 vfat nosuid,nodev wait,voldmanaged=sdcard1:auto,encryptable=footer
/devices/platform/soc/*.ssusb/*.dwc3/xhci-hcd.*.auto* /storage/usbotg vfat nosuid,nodev wait,voldmanaged=usbotg:auto
/dev/block/mmcblk1p1 /sdcard vfat nosuid,nodev wait,recoveryonly
/dev/block/bootdevice/by-name/modem /vendor/firmware_mnt vfat ro,shortname=lower,uid=1000,gid=1000,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait,slotselect
/dev/block/bootdevice/by-name/dsp /vendor/dsp ext4 ro,nosuid,nodev,barrier=1 wait,slotselect
/dev/block/bootdevice/by-name/bluetooth /vendor/bt_firmware vfat ro,shortname=lower,uid=1002,gid=3002,dmask=227,fmask=337,context=u:object_r:bt_firmware_file:s0 wait,slotselect

0 comments on commit 9aee904

Please sign in to comment.