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