summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Echols <atechols@gmail.com>2012-10-08 09:08:23 -0700
committerAaron Echols <atechols@gmail.com>2012-10-08 09:08:23 -0700
commit331c1928246c5228f5307263ea94503133d55475 (patch)
treefb3f9301858ab1038a193d245c41698e75c569c6
parent2a1ce27e9da54e5ad2d3b624f1a798f43ff8b1ef (diff)
downloadtf700t-331c1928246c5228f5307263ea94503133d55475.tar.gz
tf700t: switch to fstab mounting
Change-Id: I976ac642cc063443bbe1e583f69e1b9aae9dbb6a
-rw-r--r--ramdisk/init.cardhu.rc4
1 files changed, 1 insertions, 3 deletions
diff --git a/ramdisk/init.cardhu.rc b/ramdisk/init.cardhu.rc
index cd33b9d..3634de6 100644
--- a/ramdisk/init.cardhu.rc
+++ b/ramdisk/init.cardhu.rc
@@ -19,11 +19,9 @@ on early-init
symlink /storage/usbdisk /mnt/usbdisk
on fs
- mount ext4 /dev/block/mmcblk0p1 /system wait rw
setprop ro.crypto.tmpfs_options size=128m,mode=0771,uid=1000,gid=1000
setprop ro.crypto.umount_sd false
- mount ext4 /dev/block/mmcblk0p8 /data wait noatime nosuid nodev data=ordered,delalloc
- mount ext4 /dev/block/mmcblk0p2 /cache wait noatime nosuid nodev data=ordered,delalloc
+ mount_all /fstab.cardhu
on post-fs-data
mkdir /data/misc/wifi 0770 wifi wifi