summaryrefslogtreecommitdiffstats
path: root/init.herring.rc
diff options
context:
space:
mode:
authorKen Sumrall <ksumrall@android.com>2012-04-12 14:38:39 -0700
committerKen Sumrall <ksumrall@android.com>2012-05-01 13:21:42 -0700
commitdb6230de4e93ed798505192fad31063b2eae8ced (patch)
tree9af55eb57b23cf9ea6710221435b4f47295c9de9 /init.herring.rc
parentab79c91f62a03319a5d603b96e895feed3182c2a (diff)
downloaddevice_samsung_crespo-db6230de4e93ed798505192fad31063b2eae8ced.zip
device_samsung_crespo-db6230de4e93ed798505192fad31063b2eae8ced.tar.gz
device_samsung_crespo-db6230de4e93ed798505192fad31063b2eae8ced.tar.bz2
Use the filesystem manager to mount and check filesystems
fs_mgr reads /fstab.<device> to determine what to mount and what to check, and removes the details from the init.<device>.rc file. Change-Id: I8692570f5f89e43cf484aab09000e4ed669c25b9
Diffstat (limited to 'init.herring.rc')
-rwxr-xr-xinit.herring.rc5
1 files changed, 1 insertions, 4 deletions
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