Don't set the hostname on the loopback 127.0.1.1

이 커밋은 다음에 포함됨:
Michael Kroes
2016-03-26 15:41:20 +01:00
부모 c910a58f07
커밋 3210ccdcac
-1
파일 보기
@@ -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