Single-script builder (nosignal.sh) that turns a stock Arch Linux ISO into a fully-offline installer for a themed Hyprland + caelestia (Quickshell) desktop: matching SDDM greeter, Btrfs/Limine bootable snapshots, chwd-style GPU detection, and a curated "os updates" layer (keybind cheatsheet, settings panels, system polish, on-box management skill). See README.md. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
36 lines
935 B
Text
36 lines
935 B
Text
# Build artifacts
|
|
work/
|
|
*.iso
|
|
build*.log
|
|
|
|
# Editor / OS cruft
|
|
*.swp
|
|
.DS_Store
|
|
|
|
# Offline payload cache (multi-GB: built AUR pkgs + repo mirror + chroot)
|
|
offline/
|
|
|
|
# VM test rig (QEMU certification harness) — maintainer-only dev tooling,
|
|
# kept LOCAL (scripts + disks/firmware/screenshots/logs all stay off the repo).
|
|
vm/
|
|
|
|
# squashfs debug extracts
|
|
sq/
|
|
*.sfs
|
|
|
|
# Integration inbox from live test boxes — content is fully folded into
|
|
# "os updates/" + nosignal.sh; kept locally for reference only
|
|
# (-done = archived rounds; hypros-* = pre-rename rounds 2+3)
|
|
nosignal-handoff/
|
|
nosignal-handoff-done/
|
|
hypros-handoff/
|
|
hypros-handoff-done/
|
|
|
|
# Dev-internal docs — kept LOCAL only, never in the public repo:
|
|
# the dev status log, hardware-test briefs, QA/builder handoff, and the
|
|
# internal phase/design docs (infra hostnames, dev-machine specs, process).
|
|
NOTES.md
|
|
ONBOX-BRIEF-*.md
|
|
dev-docs/
|
|
docs/PHASE2-DESIGN.md
|
|
docs/PHASE3-OFFLINE.md
|