add workaround for #679486 from kparal (see comment #86)

This commit is contained in:
Adam Williamson 2013-06-24 12:46:36 -07:00 committed by Dennis Gilmore
parent f7b98bb655
commit 5ee23ccea9
1 changed files with 4 additions and 0 deletions

View File

@ -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