mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
87c6fcc38d
66 changed files with 911 additions and 186 deletions
|
|
@ -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'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue