From 8cf1ca32bb3fd29e1f0e65c68ea026ab3be45428 Mon Sep 17 00:00:00 2001 From: nazunalika Date: Sun, 15 May 2022 01:43:21 -0700 Subject: [PATCH] hostname shouldn't be localhost --- Rocky-8-KDE.ks | 2 +- Rocky-8-Workstation-Lite.ks | 2 +- Rocky-8-Workstation.ks | 2 +- Rocky-8-XFCE.ks | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Rocky-8-KDE.ks b/Rocky-8-KDE.ks index 2a55af5..4c904e5 100644 --- a/Rocky-8-KDE.ks +++ b/Rocky-8-KDE.ks @@ -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 diff --git a/Rocky-8-Workstation-Lite.ks b/Rocky-8-Workstation-Lite.ks index 0b07246..6c756a7 100644 --- a/Rocky-8-Workstation-Lite.ks +++ b/Rocky-8-Workstation-Lite.ks @@ -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 diff --git a/Rocky-8-Workstation.ks b/Rocky-8-Workstation.ks index ee03339..57575be 100644 --- a/Rocky-8-Workstation.ks +++ b/Rocky-8-Workstation.ks @@ -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 diff --git a/Rocky-8-XFCE.ks b/Rocky-8-XFCE.ks index d70a91f..d4c0737 100644 --- a/Rocky-8-XFCE.ks +++ b/Rocky-8-XFCE.ks @@ -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