[Fedora-spins] [spin-kickstarts/f19] add workaround for #679486 from kparal (see comment #86)

Adam Williamson adamwill at fedoraproject.org
Mon Jun 24 19:47:08 UTC 2013


commit bc4e104add2b06680c057735c2083559b1090ae5
Author: Adam Williamson <awilliam at 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 f87373a..7227308 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -219,6 +219,10 @@ FOE
 chmod +x /sbin/halt.local
 fi
 
+# 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


More information about the spins mailing list