fixed hostname for gentoo

pull/18777/head
Brian Coca 10 years ago committed by Matt Clay
parent 411e4cfae8
commit 6d56767454

@ -313,7 +313,7 @@ class OpenRCStrategy(GenericStrategy):
def set_permanent_hostname(self, name): def set_permanent_hostname(self, name):
try: try:
f = open(self.HOSTNAME_FILE, 'r') f = open(self.HOSTNAME_FILE, 'r')
lines = (x.strip() for x in f) lines = [x.strip() for x in f]
for i, line in enumerate(lines): for i, line in enumerate(lines):
if line.startswith('hostname='): if line.startswith('hostname='):

Loading…
Cancel
Save