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
Owner

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
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
clawdie added 1 commit 2026-06-23 07:15:01 +02:00
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
clawdie merged commit bbf154b571 into main 2026-06-23 07:16:42 +02:00
clawdie deleted branch docs/canonical-flash-oneliner 2026-06-23 07:16:42 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: clawdie/clawdie-iso#117
No description provided.