summaryrefslogtreecommitdiffstats
path: root/fedora-live-base.ks
diff options
context:
space:
mode:
authorAdam Williamson <awilliam@redhat.com>2013-06-24 12:46:36 -0700
committerDennis Gilmore <dennis@ausil.us>2013-08-28 09:29:06 -0500
commit802966ff92ef408d269d4efaf6601c2e8e640098 (patch)
tree858d48866d013ac6d822dab6553c88df71429f43 /fedora-live-base.ks
parente10a135b4d384c9e22829926afece14a3df98b3a (diff)
downloadspin-kickstarts-802966ff92ef408d269d4efaf6601c2e8e640098.tar.gz
spin-kickstarts-802966ff92ef408d269d4efaf6601c2e8e640098.tar.xz
spin-kickstarts-802966ff92ef408d269d4efaf6601c2e8e640098.zip
add workaround for #679486 from kparal (see comment #86)
Diffstat (limited to 'fedora-live-base.ks')
-rw-r--r--fedora-live-base.ks4
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