Skip to content

Commit 8e67b47

Browse files
committed
Add comment to network start script
1 parent 194f608 commit 8e67b47

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

recovery/root/sbin/network_start.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/sbin/sh
2+
# this was kanged from /system/etc/init.goldfish.sh
3+
# we run it in the init.rc and it is required to get
4+
# the network running in order for adb to work in
5+
# emulator
26

37
# Setup networking when boot starts
48
ifconfig eth0 10.0.2.15 netmask 255.255.255.0 up

0 commit comments

Comments
 (0)