>
>>
>> +#
>> +# Licensed under the Apache License, Version 2.0 (the "License");
>> +# you may not use this file except in compliance with the License.
>> +# You may obtain a copy of the License at
>> +#
>> +#
http://www.apache.org/licenses/LICENSE-2.0
>> +#
>> +# Unless required by applicable law or agreed to in writing, software
>> +# distributed under the License is distributed on an "AS IS" BASIS,
>> +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
>> implied.
>> +# See the License for the specific language governing permissions and
>> +# limitations under the License.
>> +
>> +PRODUCT_COPY_FILES := \
>> + device/linaro/beagleboard/vold.fstab:system/etc/vold.fstab
>> diff --git a/
pandaboard.mk b/
pandaboard.mk
>> index b7aab1c..7c15efd 100644
>> --- a/
pandaboard.mk
>> +++ b/
pandaboard.mk
>> @@ -28,6 +28,7 @@ PRODUCT_PACKAGES := \
>> $(ZEROXBENCHMARK_NATIVE_APPS)
>>
>> $(call inherit-product, $(SRC_TARGET_DIR)/product/
core.mk)
>> +$(call inherit-product, device/linaro/pandaboard/
device.mk)
>>
>> # Overrides
>> PRODUCT_BRAND := pandaboard
>> diff --git a/vold.fstab b/vold.fstab
>> new file mode 100644
>> index 0000000..c17bb64
>> --- /dev/null
>> +++ b/vold.fstab
>> @@ -0,0 +1,15 @@
>> +## Vold 2.0 Generic fstab
>> +## - San Mehat (
san@android.com)
>> +##
>> +
>> +#######################
>> +## Regular device mount
>> +##
>> +## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
>> +## label - Label for the volume
>> +## mount_point - Where the volume will be mounted
>> +## part - Partition # (1 based), or 'auto' for first usable
>> partition.
>> +## <sysfs_path> - List of sysfs paths to source devices
>> +######################
>> +
>> +dev_mount sdcard /mnt/sdcard 7
>> /devices/platform/mmci-omap-hs.0/mmc_host/mmc0
>> --
>> 1.7.1
>
>