1.0 polish: os-release, snapper pre, lockfile pins, listen, docs
Point os-release at the bos repo and issues; drop Arch privacy terms. Take a best-effort snapper pre snapshot before pacman and bakery. Pin current stable bakery versions so CI fetches the same bits per commit. Autostart breadpaper/breadshot listen behind command -v. Document signed-repo setup and Mesa/NVIDIA/grub-btrfs recovery.
This commit is contained in:
parent
3bd278c1b9
commit
96a2f685a2
10 changed files with 336 additions and 47 deletions
21
docs/hardware.md
Normal file
21
docs/hardware.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Hardware and recovery
|
||||
|
||||
## GPUs
|
||||
|
||||
BOS ships the generic **Mesa** stack. AMD and Intel work out of the box.
|
||||
|
||||
**NVIDIA is unsupported.** The proprietary driver is not included, NVIDIA
|
||||
firmware is not on the image, and there is no Hyprland NVIDIA env wiring.
|
||||
Installing `nvidia` / `nvidia-utils` after the fact is not a product path.
|
||||
|
||||
## Recovery
|
||||
|
||||
An update that breaks the system is recovered from the **GRUB "snapshots"
|
||||
submenu** (grub-btrfs), not `snapper rollback`.
|
||||
|
||||
BOS GRUB pins `rootflags=subvol=@`. `snapper rollback` swaps the default
|
||||
subvolume; the installed `grub.cfg` will still boot `@`. Pick the grub-btrfs
|
||||
entry so the kernel command line matches the snapshot you want.
|
||||
|
||||
A/B root swapping is not implemented. See the README Recovery section for
|
||||
the "system will not boot" GRUB/EFI repair path.
|
||||
Loading…
Add table
Add a link
Reference in a new issue