commit 5ee23ccea9930a931e22a19c6403606aec5cd979 Author: Adam Williamson awilliam@redhat.com Date: Mon Jun 24 12:46:36 2013 -0700
add workaround for #679486 from kparal (see comment #86)
fedora-live-base.ks | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) --- 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