summaryrefslogtreecommitdiff
path: root/init.mini-emulator.rc
diff options
context:
space:
mode:
Diffstat (limited to 'init.mini-emulator.rc')
-rw-r--r--init.mini-emulator.rc7
1 files changed, 4 insertions, 3 deletions
diff --git a/init.mini-emulator.rc b/init.mini-emulator.rc
index 147746b..d6ebc1f 100644
--- a/init.mini-emulator.rc
+++ b/init.mini-emulator.rc
@@ -15,9 +15,6 @@ on init
mount debugfs debugfs /sys/kernel/debug
-#on fs
-# setprop ro.crypto.umount_sd false
-
on post-fs-data
mkdir /data/media 0770 media_rw media_rw
# Set indication (checked by vold) that we have finished this action
@@ -33,6 +30,7 @@ on boot
setprop ARGH ARGH
setprop net.eth0.gw 10.0.2.2
setprop net.eth0.dns1 10.0.2.3
+ setprop net.dns1 10.0.2.3
setprop net.gprs.local-ip 10.0.2.15
setprop ro.radio.use-ppp no
setprop ro.build.product generic
@@ -72,6 +70,9 @@ on boot
# supported, and arbitrary breakage may result if you specify
# something else.
+on fs
+ mount_all /fstab.goldfish
+
service goldfish-setup /system/etc/init.goldfish.sh
user root
group root