summaryrefslogtreecommitdiffstats
path: root/rootdir
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-23 20:57:12 -0700
committerElliott Hughes <enh@google.com>2015-04-23 20:57:12 -0700
commit2a87d2b155e84424ec8b29ffbc8a409ee932f640 (patch)
tree8db3cef8c3ece4c2098bdbf04b21636414403adc /rootdir
parent1a39a994d9c1d407fec17e0b9a00383d50c48085 (diff)
downloadsystem_core-2a87d2b155e84424ec8b29ffbc8a409ee932f640.zip
system_core-2a87d2b155e84424ec8b29ffbc8a409ee932f640.tar.gz
system_core-2a87d2b155e84424ec8b29ffbc8a409ee932f640.tar.bz2
Remove long-obsolete file.
Change-Id: I728cc13b4a7ac93f9c923d2fc9bda2bb65ffe99d
Diffstat (limited to 'rootdir')
-rw-r--r--rootdir/etc/mountd.conf19
1 files changed, 0 insertions, 19 deletions
diff --git a/rootdir/etc/mountd.conf b/rootdir/etc/mountd.conf
deleted file mode 100644
index 094a2c7..0000000
--- a/rootdir/etc/mountd.conf
+++ /dev/null
@@ -1,19 +0,0 @@
-## 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
-}