diff options
author | JustArchi <JustArchi@JustArchi.net> | 2015-01-19 19:17:13 +0100 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2015-03-06 12:48:07 -0700 |
commit | 8a58156440822ee744acf606914bf6d2b41ebc41 (patch) | |
tree | 58c84f2727963f4330caeffd35806c6b1102e62d | |
parent | 6e12c683fd23b7c888dcb262f978e2ad06ca1a58 (diff) | |
download | device_samsung_espresso3g-8a58156440822ee744acf606914bf6d2b41ebc41.zip device_samsung_espresso3g-8a58156440822ee744acf606914bf6d2b41ebc41.tar.gz device_samsung_espresso3g-8a58156440822ee744acf606914bf6d2b41ebc41.tar.bz2 |
fstab: Update external SD card entry
This will allow tools such as Link2SD work properly.
We don't need to emulate external sd card.
Change-Id: Ifb296dab7d199b61786173ad3f6e8712f406c45d
-rw-r--r-- | rootdir/fstab.espresso10 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/fstab.espresso10 b/rootdir/fstab.espresso10 index c5c1b69..2a54571 100644 --- a/rootdir/fstab.espresso10 +++ b/rootdir/fstab.espresso10 @@ -9,7 +9,7 @@ /dev/block/platform/omap/omap_hsmmc.1/by-name/CACHE /cache ext4 noatime,nosuid,nodev,barrier=1,discard,noauto_da_alloc,journal_async_commit wait,check # vold-managed volumes ("block device" is actually a sysfs devpath) -/devices/platform/omap/omap_hsmmc.0/mmc_host/mmc1* auto auto defaults voldmanaged=sdcard1:auto +/devices/platform/omap/omap_hsmmc.0/mmc_host/mmc1* auto auto defaults wait,voldmanaged=sdcard1:auto,noemulatedsd /devices/platform/omap/musb-omap2430/musb-hdrc/usb1* auto auto defaults voldmanaged=usbdisk0:auto # recovery |