Merge branch 'master' into builder-hex0-issue

This commit is contained in:
Liam Wilson 2024-02-02 14:40:53 +00:00
commit e9dda80ec5
37 changed files with 318 additions and 159 deletions

View file

@ -163,6 +163,9 @@ def main():
else:
args.swap = 0
# Set constant umask
os.umask(0o022)
# bootstrap.cfg
try:
os.remove(os.path.join('steps', 'bootstrap.cfg'))