From 69a7496219ab37e8b7ede1dea595b4d5c8f66a64 Mon Sep 17 00:00:00 2001 From: brent s Date: Sun, 26 Mar 2017 02:55:15 -0400 Subject: [PATCH] prep for merge --- aifclient.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/aifclient.py b/aifclient.py index 7b12ac4..2414deb 100755 --- a/aifclient.py +++ b/aifclient.py @@ -471,8 +471,10 @@ class archInstall(object): f.write(self.network['hostname'] + '\n') with open('{0}/etc/hosts'.format(self.system['chrootpath']), 'a') as f: f.write('127.0.0.1\t{0}\t{1}\n'.format(self.network['hostname'], (self.network['hostname']).split('.')[0])) - # SET UP NETWORKING HERE - ######################## + # SET UP NETWORKING HERE # + # Set up networking. + + ########################## chrootcmds.append(['mkinitcpio', '-p', 'linux']) with open(os.devnull, 'w') as DEVNULL: for c in hostscript: