docs: drop sudo from flash commands, append sync #117

Merged
clawdie merged 1 commit from docs/canonical-flash-oneliner into main 2026-06-23 07:16:42 +02:00

1 commit

Author SHA1 Message Date
800658b47c docs: drop sudo from flash commands, append sync
All decompress-and-write one-liners now share the same form:
  xz -dc ...img.xz | of=/dev/sdX bs=4M status=progress conv=fsync && sync

- sudo removed (operator runs as root on USB stick)
- && sync appended to all image-write commands
- /dev/zero wipe commands unchanged
- build.sh echo updated to match
2026-06-22 20:24:25 +02:00