From 505a9cfc7e007615cddf7e948e2e7e3458484ba1 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 8 Oct 2014 13:31:09 +0200 Subject: [PATCH] add /etc/hosts --- live-build/ubuntu-core/includes.chroot/etc/hosts | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 live-build/ubuntu-core/includes.chroot/etc/hosts diff --git a/live-build/ubuntu-core/includes.chroot/etc/hosts b/live-build/ubuntu-core/includes.chroot/etc/hosts new file mode 100644 index 00000000..81684340 --- /dev/null +++ b/live-build/ubuntu-core/includes.chroot/etc/hosts @@ -0,0 +1,9 @@ +127.0.0.1 localhost.localdomain localhost +::1 localhost6.localdomain6 localhost6 + +# The following lines are desirable for IPv6 capable hosts +::1 localhost ip6-localhost ip6-loopback +fe00::0 ip6-localnet +ff02::1 ip6-allnodes +ff02::2 ip6-allrouters +ff02::3 ip6-allhosts