still working on ipxe

This commit is contained in:
2021-01-21 18:15:20 -05:00
parent 084a0fca69
commit 4f7c370499
9 changed files with 466 additions and 257 deletions

View File

@@ -1,6 +1,5 @@
#!/usr/bin/env python3
# TODO: logging
# Example .arch.json:
# {
# "date": "Fri, 01 Jan 2021 00:00:00 +0000",
@@ -215,6 +214,7 @@ class Updater(_base.BaseUpdater):
with open(self.dest_ver, 'w') as fh:
fh.write(j)
fh.write('\n')
os.chmod(self.dest_ver, 0o0644)
return(None)