From 802966ff92ef408d269d4efaf6601c2e8e640098 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 24 Jun 2013 12:46:36 -0700 Subject: add workaround for #679486 from kparal (see comment #86) --- fedora-live-base.ks | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fedora-live-base.ks') diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 09a2bb0..322bbe5 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -205,6 +205,10 @@ systemctl stop atd.service 2> /dev/null || : # Mark things as configured touch /.liveimg-configured +# add static hostname to work around xauth bug +# https://bugzilla.redhat.com/show_bug.cgi?id=679486 +echo "localhost" > /etc/hostname + EOF # bah, hal starts way too late -- cgit