mirror of
https://github.com/marcoallegretti/WEFT_OS.git
synced 2026-03-27 01:13:09 +00:00
build-image <dir> [--out <img>]: creates an EROFS image by invoking mkfs.erofs. Output filename defaults to <app_id>.app.img. Fails if the output file already exists or mkfs.erofs is unavailable. build-verity <img> [--out <hash>]: creates a dm-verity hash tree by invoking veritysetup format. Writes the hash device to <stem>.hash (or --out path). Extracts the root hash from veritysetup output and writes it to <img>.roothash. Fails if veritysetup is unavailable. Both subcommands shell out to external tools (erofs-utils and cryptsetup-bin respectively) and return an error with an installation hint if the binary is not found. |
||
|---|---|---|
| .. | ||
| weft-appd | ||
| weft-build-meta | ||
| weft-compositor | ||
| weft-ipc-types | ||
| weft-pack | ||
| weft-runtime | ||
| weft-servo-shell | ||