max / alloy
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
1 file changed,
+6 insertions,
-1 deletion
| @@ -7,7 +7,12 @@ | |||
| 7 | 7 | //! | |
| 8 | 8 | //! # What this verb is not | |
| 9 | 9 | //! | |
| 10 | - | //! **It does not write installer media.** `alloy image` already does, and the | |
| 10 | + | //! **It does not write installer media.** Max, 2026-08-05: `alloy disk` manages | |
| 11 | + | //! disks and partitions, not ISOs. That ruling reversed an earlier one the same | |
| 12 | + | //! day requiring this verb to write install drives, so it is recorded here | |
| 13 | + | //! rather than left as an inference from the reasoning below. | |
| 14 | + | //! | |
| 15 | + | //! `alloy image` already does it, and the | |
| 11 | 16 | //! constraint it works under (docs/CONSOLE.md, "It does not write the disk") | |
| 12 | 17 | //! applies with more force here: `build/build-image.sh --write` refuses | |
| 13 | 18 | //! partitions, refuses anything mounted, and verifies with `cmp` against a |