Dotfiles/setup/archiso
Amir Alexander Abdelbaki 0e04a7cada fix(archiso): use oflag=direct so USB write progress isn't misleading
Without oflag=direct, dd copies the ISO into the page cache at high speed, the
status=progress counter races to ~100%, then appears to hang at the end while
the slow USB drains and conv=fsync flushes — looking frozen when it is still
writing. write-usb.sh now writes with oflag=direct (honest device-level
progress) and falls back to a cached write if the bridge rejects O_DIRECT;
build.sh's dd hint and explanation are updated to match.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-26 19:22:23 +02:00
..
overlay feat(archiso+branding): rebrand to m-archy, ship fastfetch logo and os-release 2026-06-26 09:50:39 +02:00
build.sh fix(archiso): use oflag=direct so USB write progress isn't misleading 2026-06-26 19:22:23 +02:00
wds-deploy.sh chore: add inline comments across all modules and configs 2026-06-25 13:07:06 +02:00
write-usb.sh fix(archiso): use oflag=direct so USB write progress isn't misleading 2026-06-26 19:22:23 +02:00