Line 280... |
Line 280... |
280 |
|
280 |
|
281 |
# Mark things as configured
|
281 |
# Mark things as configured
|
282 |
touch /.liveimg-configured
|
282 |
touch /.liveimg-configured
|
283 |
|
283 |
|
284 |
# add static hostname to work around xauth bug
|
284 |
# add static hostname to work around xauth bug
|
285 |
# https://bugzilla.redhat.com/show_bug.cgi?id=67rolling86
|
285 |
# https://bugzilla.redhat.com/show_bug.cgi?id=67.686
|
286 |
echo "localhost" > /etc/hostname
|
286 |
echo "localhost" > /etc/hostname
|
287 |
|
287 |
|
288 |
# Fixing the lang install issue when other lang than English is selected . See http://bugs.centos.org/view.php?id=7217
|
288 |
# Fixing the lang install issue when other lang than English is selected . See http://bugs.centos.org/view.php?id=7217
|
289 |
/usr/bin/cp /usr/lib/python2.7/site-packages/blivet/size.py /usr/lib/python2.7/site-packages/blivet/size.py.orig
|
289 |
/usr/bin/cp /usr/lib/python2.7/site-packages/blivet/size.py /usr/lib/python2.7/site-packages/blivet/size.py.orig
|
290 |
/usr/bin/sed -i "s#return self.humanReadable()#return self.humanReadable().encode('utf-8')#g" /usr/lib/python2.7/site-packages/blivet/size.py
|
290 |
/usr/bin/sed -i "s#return self.humanReadable()#return self.humanReadable().encode('utf-8')#g" /usr/lib/python2.7/site-packages/blivet/size.py
|