Add Raspberry Pi Imager OS-list as the easiest install path#2
Open
HuggeK wants to merge 1 commit into
Open
Conversation
The forty-two-watts repo now ships a Raspberry Pi Imager content-repository JSON (deploy/imager/os_list.json), so users can add it as a custom OS list and flash "Forty-Two Watts" straight from Imager — which SHA-verifies the image and exposes the hostname / WiFi / SSH customisation panel a bare .img.xz loaded via "Use custom" cannot. - New first Install box: "Raspberry Pi Imager" (easiest) - Retag the manual .img.xz box from "easiest" to "manual", reworded as the flash-by-hand alternative - "Four ways in" -> "Five ways in" - Add the rpi-imager --repo .../releases/latest/download/os_list.json one-liner to the command block Co-authored-by: HuggeK <[email protected]>
HuggeK
force-pushed
the
add-rpi-imager-os-list
branch
from
June 29, 2026 11:50
bb532b8 to
be35521
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The main
forty-two-wattsrepo now ships a Raspberry Pi Imager content-repository JSON (deploy/imager/os_list.json). Pointing Imager at it makes "Forty-Two Watts" show up in the OS list, so users can flash the SD-card image directly from Imager — which SHA-verifies the write and exposes the hostname / WiFi / SSH OS-customisation panel that a bare.img.xzloaded via Use custom doesn't get.This adds that route to the Install section as the new first box (the easiest path), and keeps the manual
.img.xzinstructions as a second box.Changes
App Options → Content Repository → EDIT → Use custom file, then pick Forty-Two Watts from the OS list.rpi-imager --repo …/releases/latest/download/os_list.jsonone-liner to the command block.Repo URL users paste / pass to Imager
releases/latest/download/...always redirects to the newest release's renderedos_list.jsonasset, so the URL stays valid across versions. Source & rationale:deploy/imager/README.mdinfrahlg/forty-two-watts.🤖 Generated with Claude Code