Line 1167... |
Line 1167... |
1167 |
|
1167 |
|
1168 |
# Mark things as configured
|
1168 |
# Mark things as configured
|
1169 |
touch /.liveimg-configured
|
1169 |
touch /.liveimg-configured
|
1170 |
|
1170 |
|
1171 |
# add static hostname to work around xauth bug
|
1171 |
# add static hostname to work around xauth bug
|
1172 |
# https://bugzilla.redhat.com/show_bug.cgi?id=67rolling86
|
1172 |
# https://bugzilla.redhat.com/show_bug.cgi?id=67.686
|
1173 |
echo "localhost" > /etc/hostname
|
1173 |
echo "localhost" > /etc/hostname
|
1174 |
|
1174 |
|
1175 |
# Fixing the lang install issue when other lang than English is selected . See http://bugs.centos.org/view.php?id=7217
|
1175 |
# Fixing the lang install issue when other lang than English is selected . See http://bugs.centos.org/view.php?id=7217
|
1176 |
/usr/bin/cp /usr/lib/python2.7/site-packages/blivet/size.py /usr/lib/python2.7/site-packages/blivet/size.py.orig
|
1176 |
/usr/bin/cp /usr/lib/python2.7/site-packages/blivet/size.py /usr/lib/python2.7/site-packages/blivet/size.py.orig
|
1177 |
/usr/bin/sed -i "s#return self.humanReadable()#return self.humanReadable().encode('utf-8')#g" /usr/lib/python2.7/site-packages/blivet/size.py
|
1177 |
/usr/bin/sed -i "s#return self.humanReadable()#return self.humanReadable().encode('utf-8')#g" /usr/lib/python2.7/site-packages/blivet/size.py
|