From 85bb31edc6e8eb26c474f668a8accdccdc86121a Mon Sep 17 00:00:00 2001 From: Kamil Páral Date: Oct 31 2016 18:05:57 +0000 Subject: fedora-live-base: change static hostname to localhost-live This prevents systemd to update it during boot if DHCP supplies a hostname, which causes sddm to not start. See https://bugzilla.redhat.com/show_bug.cgi?id=1370222 Signed-off-by: Kamil Páral --- diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 3c5f279..31568e6 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -214,7 +214,9 @@ touch /.liveimg-configured # add static hostname to work around xauth bug # https://bugzilla.redhat.com/show_bug.cgi?id=679486 -echo "localhost" > /etc/hostname +# the hostname must be something else than 'localhost' +# https://bugzilla.redhat.com/show_bug.cgi?id=1370222 +echo "localhost-live" > /etc/hostname EOF