From 3210ccdcac9791c8c8e9c950a482cf1d69a714be Mon Sep 17 00:00:00 2001 From: Michael Kroes Date: Sat, 26 Mar 2016 15:41:20 +0100 Subject: [PATCH] Don't set the hostname on the loopback 127.0.1.1 --- setup/system.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/setup/system.sh b/setup/system.sh index d8d814a1..1a7b3e9d 100755 --- a/setup/system.sh +++ b/setup/system.sh @@ -14,7 +14,6 @@ source setup/functions.sh # load our functions echo $PRIMARY_HOSTNAME > /etc/hostname hostname $PRIMARY_HOSTNAME -sed -i "s/127\.0\.1\.1.*/127.0.1.1\t$PRIMARY_HOSTNAME/" /etc/hosts # ### Add swap space to the system