From c3007946a7b0b2c6c19929a1a933ce7fe1558525 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Wed, 3 Jun 2020 04:57:46 +0000 Subject: Update to upstream r11892 git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11893 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/network.xml | 2 +- chapter07/networkd.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter07') diff --git a/chapter07/network.xml b/chapter07/network.xml index 2a86df669..b527258ee 100644 --- a/chapter07/network.xml +++ b/chapter07/network.xml @@ -208,7 +208,7 @@ EOF cat > /etc/hosts << "EOF" # Begin /etc/hosts -127.0.0.1 localhost +127.0.0.1 localhost.localdomain localhost 127.0.1.1 <FQDN> <HOSTNAME> <192.168.1.1> <FQDN> <HOSTNAME> [alias1] [alias2 ...] ::1 localhost ip6-localhost ip6-loopback diff --git a/chapter07/networkd.xml b/chapter07/networkd.xml index b95d9b390..688c315aa 100644 --- a/chapter07/networkd.xml +++ b/chapter07/networkd.xml @@ -294,7 +294,7 @@ EOF cat > /etc/hosts << "EOF" # Begin /etc/hosts -127.0.0.1 localhost +127.0.0.1 localhost.localdomain localhost 127.0.1.1 <FQDN> <HOSTNAME> ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes -- cgit v1.2.3-54-g00ecf