changeset 741:1b6acc6cf349

We already added an /etc/resolv.conf with the qemu default value, so don't have init.sh overwrite it (which outputs an error message on read only filesystems).
author Rob Landley <rob@landley.net>
date Sun, 31 May 2009 02:35:41 -0500
parents 5b063eb13fd0
children 46c4978c9a5c
files sources/native/sbin/init.sh
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/native/sbin/init.sh	Sat May 30 18:21:03 2009 -0500
+++ b/sources/native/sbin/init.sh	Sun May 31 02:35:41 2009 -0500
@@ -37,7 +37,6 @@
   # Note that 10.0.2.2 forwards to 127.0.0.1 on the host.
 
   # Setup networking for QEMU (needs /proc)
-  echo "nameserver 10.0.2.3" > /etc/resolv.conf 2>/dev/null
   ifconfig eth0 10.0.2.15
   route add default gw 10.0.2.2