mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Merge pull request #528 from fosslinux/mirror-docs
Document mirrors a bit better
This commit is contained in:
commit
3d1d1e751f
4 changed files with 49 additions and 1 deletions
|
|
@ -178,6 +178,10 @@ def main():
|
|||
else:
|
||||
args.swap = 0
|
||||
|
||||
# Validate mirrors
|
||||
if not args.mirrors:
|
||||
raise ValueError("At least one mirror must be provided.")
|
||||
|
||||
# Set constant umask
|
||||
os.umask(0o022)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue