Minor cleanups: gitignore out/, expect() messages, comment wording
All checks were successful
Mirror to GitHub / mirror (push) Successful in 3s

- .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

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Breadway 2026-06-17 22:57:58 +08:00
parent b5bfef0435
commit 5e043f0834
5 changed files with 9 additions and 6 deletions

1
.gitignore vendored
View file

@ -27,6 +27,7 @@ secrets/
# archiso build artifacts (these are large and reproducible)
/iso-build/
/iso-out/
/out/
*.iso
*.img