klte-common: fix typo on fstab

We should ask kernel to mount with "defaults" not "default".

This fixes some filesystems such as EXT4 not mounting on external OTG storage.

Also fix some whitespaces to match grid with other lines.

Change-Id: I8d8bbb2c2d5e31c9c756cafcc498773bbd944c1b
Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
This commit is contained in:
arter97 2014-09-17 16:16:49 +09:00 committed by Ethan Chen
parent ed22efea40
commit 176ff7120d
1 changed files with 2 additions and 2 deletions

View File

@ -15,5 +15,5 @@
/dev/block/platform/msm_sdcc.1/by-name/modem /firmware-modem vfat ro,shortname=lower,uid=1000,gid=1026,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait
# VOLD
/devices/msm_sdcc.3/mmc_host/mmc2 auto auto default voldmanaged=sdcard1:auto
/devices/platform/xhci-hcd auto auto default voldmanaged=usbdisk:auto
/devices/msm_sdcc.3/mmc_host/mmc2 auto auto defaults voldmanaged=sdcard1:auto
/devices/platform/xhci-hcd auto auto defaults voldmanaged=usbdisk:auto