From db6230de4e93ed798505192fad31063b2eae8ced Mon Sep 17 00:00:00 2001 From: Ken Sumrall Date: Thu, 12 Apr 2012 14:38:39 -0700 Subject: Use the filesystem manager to mount and check filesystems fs_mgr reads /fstab. to determine what to mount and what to check, and removes the details from the init..rc file. Change-Id: I8692570f5f89e43cf484aab09000e4ed669c25b9 --- init.herring.rc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'init.herring.rc') diff --git a/init.herring.rc b/init.herring.rc index 2895a7c..4a1ee38 100755 --- a/init.herring.rc +++ b/init.herring.rc @@ -8,8 +8,6 @@ on boot setprop ro.radio.noril yes setprop ro.bt.bdaddr_path "/efs/bluetooth/bt_addr" - setprop ro.crypto.keyfile.userdata /efs/userdata_footer - # fake some battery state setprop status.battery.state Slow setprop status.battery.level 5 @@ -37,8 +35,7 @@ on fs mount yaffs2 mtd@efs /efs noatime nosuid nodev chmod 770 /efs/bluetooth chmod 770 /efs/imei - mount ext4 /dev/block/platform/s3c-sdhci.0/by-name/system /system wait ro - mount ext4 /dev/block/platform/s3c-sdhci.0/by-name/userdata /data wait noatime nosuid nodev nomblk_io_submit + mount_all /fstab.herring export EXTERNAL_STORAGE /storage/sdcard0 mkdir /storage 0050 system sdcard_r -- cgit v1.1