mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
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:
parent
74a4e3d3cb
commit
631ec89d36
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user