Line 300... |
Line 300... |
300 |
|
300 |
|
301 |
# Mark things as configured
|
301 |
# Mark things as configured
|
302 |
touch /.liveimg-configured
|
302 |
touch /.liveimg-configured
|
303 |
|
303 |
|
304 |
# add static hostname to work around xauth bug
|
304 |
# add static hostname to work around xauth bug
|
305 |
# https://bugzilla.redhat.com/show_bug.cgi?id=67rolling86
|
305 |
# https://bugzilla.redhat.com/show_bug.cgi?id=67.686
|
306 |
echo "localhost" > /etc/hostname
|
306 |
echo "localhost" > /etc/hostname
|
307 |
|
307 |
|
308 |
# Fixing the lang install issue when other lang than English is selected . See http://bugs.centos.org/view.php?id=7217
|
308 |
# Fixing the lang install issue when other lang than English is selected . See http://bugs.centos.org/view.php?id=7217
|
309 |
/usr/bin/cp /usr/lib/python2.7/site-packages/blivet/size.py /usr/lib/python2.7/site-packages/blivet/size.py.orig
|
309 |
/usr/bin/cp /usr/lib/python2.7/site-packages/blivet/size.py /usr/lib/python2.7/site-packages/blivet/size.py.orig
|
310 |
/usr/bin/sed -i "s#return self.humanReadable()#return self.humanReadable().encode('utf-8')#g" /usr/lib/python2.7/site-packages/blivet/size.py
|
310 |
/usr/bin/sed -i "s#return self.humanReadable()#return self.humanReadable().encode('utf-8')#g" /usr/lib/python2.7/site-packages/blivet/size.py
|