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
This commit is contained in:
cmasone@google.com 2009-11-06 21:06:56 +00:00
parent 74a4e3d3cb
commit 631ec89d36

View File

@ -118,17 +118,6 @@ EOF
update-initramfs -u
fi
cat <<EOF > /etc/network/interfaces
auto lo
iface lo inet loopback
EOF
cat <<EOF > /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