diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2013-07-28 00:55:27 +0200 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2013-07-28 00:55:27 +0200 |
commit | 8e828861c9afe3fa0b36e1b3401fef9479992921 (patch) | |
tree | 04999e1dfdbcc781428cc8a0e02c83bc2ede70e4 /configs | |
parent | bcd0287b1df68629d4d239b0453d96185b5c4302 (diff) | |
download | device_samsung_espressowifi-8e828861c9afe3fa0b36e1b3401fef9479992921.zip device_samsung_espressowifi-8e828861c9afe3fa0b36e1b3401fef9479992921.tar.gz device_samsung_espressowifi-8e828861c9afe3fa0b36e1b3401fef9479992921.tar.bz2 |
p31xx: unified fstab
Change-Id: I43ab968788b897d79df2a7ce4d07ff56567ba4e9
Diffstat (limited to 'configs')
-rw-r--r-- | configs/vold.fstab | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/configs/vold.fstab b/configs/vold.fstab deleted file mode 100644 index 5cd3ee9..0000000 --- a/configs/vold.fstab +++ /dev/null @@ -1,19 +0,0 @@ -## 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 -###################### - -# external sdcard -dev_mount sdcard1 /storage/sdcard1 auto /devices/platform/omap/omap_hsmmc.0/mmc_host/mmc1 - -#usb host device -dev_mount usbdisk0 /storage/usbdisk0 auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb1 |