From 631ec89d362ed7f593f17207d72948b2e273a6bf Mon Sep 17 00:00:00 2001 From: "cmasone@google.com" Date: Fri, 6 Nov 2009 21:06:56 +0000 Subject: [PATCH] netowork interfaces need to be kept up until the _end_ of customize_rootfs.sh Review URL: http://chromereview.prom.corp.google.com/1187003 git-svn-id: svn://chrome-svn/chromeos/trunk@180 06c00378-0e64-4dae-be16-12b19f9950a1 --- customize_rootfs.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/customize_rootfs.sh b/customize_rootfs.sh index 286720c49c..0689e03461 100755 --- a/customize_rootfs.sh +++ b/customize_rootfs.sh @@ -118,17 +118,6 @@ EOF update-initramfs -u fi -cat < /etc/network/interfaces -auto lo -iface lo inet loopback -EOF - -cat < /etc/resolv.conf -# Use the connman dns proxy. -nameserver 127.0.0.1 -EOF -chmod a-wx /etc/resolv.conf - # Set timezone symlink rm -f /etc/localtime ln -s /mnt/stateful_partition/etc/localtime /etc/localtime