Conversation
Key changes: - Replace zstd with flate2 (pure-Rust miniz_oxide backend) for frame compression, since zstd was removed from the dependency tree when the installer switched to splice-based image writing with squashfs+verity. flate2 compiles cleanly to wasm32-unknown-unknown with no C deps. - Phase 1: AppState now has 4 receivers (added verity_rx) plus an Option<Instant> debounce timer to extract into SideEffects. - Phase 2: document the current handle_key structure more precisely, including the Alt+Tab/BackTab TTY workaround. - Release profile section: note that the old opt-level=s profile was already removed on main, no changes needed. - Build changes: reference the existing workspace structure. - Minor accuracy fixes throughout.
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.
Kind of a wild idea: what if we made it possible to start a "headless" interactive installer (or a headful one with "remoting") that exposed an HTTP Web UI of the installer over the network? Be able to drive the install from the network, as if you were at the server being installed, seeing the exact same thing that someone at the physical machine is seeing.
Rendered