diff options
author | JustArchi <JustArchi@JustArchi.net> | 2015-01-19 19:17:13 +0100 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2015-03-06 12:38:01 -0700 |
commit | 687229333885087036bd7eb9b645e24fa6cda46f (patch) | |
tree | c61cb0319988c186b73025119c5a4aa989ed6b75 | |
parent | 4dec1fa847b61cd0769eba02e71b938ae3bb004a (diff) | |
download | device_samsung_espressowifi-687229333885087036bd7eb9b645e24fa6cda46f.zip device_samsung_espressowifi-687229333885087036bd7eb9b645e24fa6cda46f.tar.gz device_samsung_espressowifi-687229333885087036bd7eb9b645e24fa6cda46f.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.espresso | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/fstab.espresso b/rootdir/fstab.espresso index c5c1b69..2a54571 100644 --- a/rootdir/fstab.espresso +++ b/rootdir/fstab.espresso @@ -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 |