From 1de0cc27873f2f50434d1817d8f3b3b7772fe92e Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 16 Mar 2016 10:37:10 -0400 Subject: Add hostname to /etc/hosts --- (limited to 'inst') diff --git a/inst b/inst index 8fe55b7..a48ba34 100755 --- a/inst +++ b/inst @@ -185,6 +185,7 @@ do_chroot_setup() cat >"${target}/etc/hosts" <<-EOF 127.0.0.1 localhost + 127.0.0.1 ${hostname} # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback -- cgit v0.9.1