Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Lance R. Vick 2024-02-05 15:47:56 -08:00
commit 87c6fcc38d
No known key found for this signature in database
GPG key ID: 8E47A1EC35A1551D
66 changed files with 911 additions and 186 deletions

View file

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