Skip to content

Releases: jsamr/bootiso

v2.0.0

06 Apr 19:30
Compare
Choose a tag to compare
  • add --dd option to use dd instead of mount + cp
  • drop rsync for cp
  • add sync call right after copying to guarantee all writes are flushed to USB device before unmounting with progress indicator
  • call wipefs before partitionning to cleanup device signature
  • eject device after unmounting (can be disabled with --no-eject option)
  • 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)

v1.1.0

04 Apr 23:32
Compare
Choose a tag to compare
  • Refactored security checks in selectDrive function
  • Use [ -b "$selectedDrive" ] to assert device file is of type "block" in selectDrive function
  • Start using semantic versioning