This repository was archived by the owner on Jan 30, 2025. It is now read-only.
Releases: jsamr/bootiso
Releases · jsamr/bootiso
v2.0.0
- add
--ddoption to useddinstead of mount +cp - drop
rsyncforcp - add
synccall right after copying to guarantee all writes are flushed to USB device before unmounting with progress indicator - call
wipefsbefore partitionning to cleanup device signature - eject device after unmounting (can be disabled with
--no-ejectoption) - checkpkg now called for specific options (you don't need all dependencies installed before running)
- safeguard added to check bash version 4+
- better handling of missing dependencies with separation of command name and package name
- refactoring (better naming)