hostname shouldn't be localhost

This commit is contained in:
nazunalika 2022-05-15 01:43:21 -07:00
parent d111a30da0
commit 8cf1ca32bb
Signed by untrusted user who does not match committer: label
GPG Key ID: 6735C0E1BD65D048
4 changed files with 4 additions and 4 deletions

View File

@ -196,7 +196,7 @@ touch /.liveimg-configured
# https://bugzilla.redhat.com/show_bug.cgi?id=679486
# the hostname must be something else than 'localhost'
# https://bugzilla.redhat.com/show_bug.cgi?id=1370222
echo "localhost" > /etc/hostname
echo "localhost-live" > /etc/hostname
EOF

View File

@ -194,7 +194,7 @@ touch /.liveimg-configured
# https://bugzilla.redhat.com/show_bug.cgi?id=679486
# the hostname must be something else than 'localhost'
# https://bugzilla.redhat.com/show_bug.cgi?id=1370222
echo "localhost" > /etc/hostname
echo "localhost-live" > /etc/hostname
EOF

View File

@ -194,7 +194,7 @@ touch /.liveimg-configured
# https://bugzilla.redhat.com/show_bug.cgi?id=679486
# the hostname must be something else than 'localhost'
# https://bugzilla.redhat.com/show_bug.cgi?id=1370222
echo "localhost" > /etc/hostname
echo "localhost-live" > /etc/hostname
EOF

View File

@ -196,7 +196,7 @@ touch /.liveimg-configured
# https://bugzilla.redhat.com/show_bug.cgi?id=679486
# the hostname must be something else than 'localhost'
# https://bugzilla.redhat.com/show_bug.cgi?id=1370222
echo "localhost" > /etc/hostname
echo "localhost-live" > /etc/hostname
EOF