Minor cleanups: gitignore out/, expect() messages, comment wording
- .gitignore: ignore the /out/ ISO build dir - bos-settings: use expect() with messages over unwrap() for piped stdio; drop a stray blank line - pacman.conf: reword the SigLevel=Never TODO as a future-improvement note
This commit is contained in:
parent
6e85f812e4
commit
9a5af3ea8f
5 changed files with 9 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -27,6 +27,7 @@ secrets/
|
|||
# archiso build artifacts (these are large and reproducible)
|
||||
/iso-build/
|
||||
/iso-out/
|
||||
/out/
|
||||
*.iso
|
||||
*.img
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue