summaryrefslogtreecommitdiffstats
path: root/init.herring.rc
diff options
context:
space:
mode:
Diffstat (limited to 'init.herring.rc')
-rwxr-xr-xinit.herring.rc7
1 files changed, 6 insertions, 1 deletions
diff --git a/init.herring.rc b/init.herring.rc
index 04a1a53..777a2c5 100755
--- a/init.herring.rc
+++ b/init.herring.rc
@@ -37,6 +37,10 @@ on fs
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
+ export EXTERNAL_STORAGE /mnt/sdcard
+ mkdir /mnt/sdcard 0000 system system
+ symlink /mnt/sdcard /sdcard
+
# permissions for bluetooth.
chown bluetooth bluetooth /efs/bluetooth
chown bluetooth bluetooth ro.bt.bdaddr_path
@@ -71,6 +75,7 @@ service setup_fs /system/bin/setup_fs /dev/block/platform/s3c-sdhci.0/by-name/us
# 3D init
service pvrsrvinit /system/vendor/bin/pvrsrvinit
+ class core
user root
group root
oneshot
@@ -82,7 +87,7 @@ service wpa_supplicant /system/bin/wpa_supplicant -Dwext -iwlan0 -c/data/misc/wi
# DHCPCD
# wi-fi
-service dhcpcd_eth0 /system/bin/dhcpcd -ABKL
+service dhcpcd /system/bin/dhcpcd -ABKL
disabled
oneshot