Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

v3.2.0

Compare
Choose a tag to compare
@jsamr jsamr released this 27 Jan 18:53
· 293 commits to master since this release

Features

  • image size is checked to be smaller than device size, PR #30 (@SibrenVasse)
  • image size check can be disabled with --no-size-check option, PR #30 (@SibrenVasse)
  • automatically split sources/install.wim files in windows ISO's, which would otherwise cause rsync to fail with file too large error; #32
  • automatic splitting can be disabled with --no-wimsplit option
  • added SYSLINUX_LIB_ROOT environment variable to set syslinux library root manually, #29
  • better message when missing dependecy

Bugfixes

  • fix dependency check on bc, issue #34 ; thanks to @SibrenVasse for the catch

Dependencies

  • new dependency to wimlib-imagex
    • provided by wimlib on Archlinux
    • provided by wimtools on debian