Arif Ali
77ea40b3e8
* move all prebuilt stuff into the prebuild folder * Create the system.prop so that we can have spaces in the rild.args * moved the LEOUPDATE stuff so now uses squisher * changed the initrd.gz creating, so that everything is in init.htcleo.rc * 01modules is now moved here, rather than cyanogen vendor files Change-Id: I7fb7d87503e46f6a11a8228ae29b3f50187d5634
19 lines
612 B
Plaintext
Executable File
19 lines
612 B
Plaintext
Executable File
## Vold 2.0 fstab for HTC htcleo
|
|
#
|
|
## - 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
|
|
######################
|
|
|
|
# Mounts the first usable partition of the specified device
|
|
dev_mount sdcard /mnt/sdcard auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
|
|
|