Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8e9b756e authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 77260323: am 20dfbb0f: am fa66b4e1: Merge "Remove long-obsolete file."

* commit '77260323':
  Remove long-obsolete file.
parents dac7f85d 77260323
Loading
Loading
Loading
Loading

rootdir/etc/mountd.conf

deleted100644 → 0
+0 −19
Original line number Diff line number Diff line
## mountd configuration file

## add a mount entry for each mount point to be managed by mountd
mount {
    ## root block device with partition map or raw FAT file system
    block_device    /dev/block/mmcblk0
        
    ## mount point for block device
    mount_point     /sdcard
    
    ## true if this mount point can be shared via USB mass storage
    enable_ums      true
    
    ## path to the UMS driver file for specifying the block device path  
    ## use this for the mass_storage function driver
    driver_store_path   /sys/devices/platform/usb_mass_storage/lun0/file
    ## use this for android_usb composite gadget driver
    ##driver_store_path   /sys/devices/platform/msm_hsusb/gadget/lun0/file
}