Browse Source

Fill in a dummy /etc/hosts in enter.sh

tags/nilmbuntu-5
Jim Paris 6 years ago
parent
commit
8b4fe416fe
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      enter.sh

+ 2
- 0
enter.sh View File

@@ -104,6 +104,8 @@ start_container

run "resolvconf --disable-updates"
run "echo 'nameserver 8.8.8.8' > /run/resolvconf/resolv.conf"
run "echo '127.0.0.1 localhost' > /etc/hosts"
run "cat /etc/hosts.nilm >> /etc/hosts"
run "hostnamectl --transient set-hostname nilmbuntu"

#run "dbus-uuidgen > /var/lib/dbus/machine-id"


Loading…
Cancel
Save