Skip to content

v2.0.0 release

Compare
Choose a tag to compare
@tcler tcler released this 14 Apr 14:47
· 935 commits to master since this release

Change log:
features:

  1. kiss-vm: add windows vm automate support (migrate from make-windows-vm project)
  2. ^^^ add utils/answer-file-generator.sh and AnswerFileTemplates
  3. kiss-vm: add getSafeCommandLine() for good exec experience
  4. kiss-vm: add ovmf to slackware dependancy
  5. kiss-vm: add new sub-command: vm-clone
  6. kiss-vm: support vm-login vm-exec windows Guest
  7. kiss-vm: add -u|--user option for vm-prepare sub-command
  8. utils: add dd-file-range.sh
  9. kiss-vm: rename sub-command srcfiles to blklist
  10. kiss-vm: use virt-make-fs instead create-vdisk.sh
  11. kiss-vm: set VM image permissions to 600 by default
  12. kiss-vm: add share option ^^^
  13. kiss-vm: vmclone return if src Guest is not readable
  14. kiss-vm: vmcpfrom() dst-target could be both file and dir
  15. utils: add get-ipaddrs.sh
  16. utils: add kiss-update.sh
  17. kiss-vm: run() add -tmux[=sessionName] option
  18. kiss-vm: add --win-uefi option; ansf-gen: add --uefi option
  19. kiss-vm: add --uefi-tpm-sb option
  20. kiss-vm: auto insert --vncwait option if use [u]efi firmware
  21. kiss-vm: --win-auto could be ommit if there is any --win-* option
  22. postinstall.ps1,kiss-vm: add code for auto install virtio-win drv
  23. kiss-vm: kill related tmux session while delete vm
  24. autounattend.xml,postinstall.ps1: support Windows-7
  25. postinstall.ps1: add second disk as cifs/nfs share base
  26. kiss-vm: add win7 virtio-win driver install
  27. utils: add port-available.sh
  28. utils: add make-samba-server.sh
  29. kiss-vm: create dfs-target while is empty
  30. utils: add config-ad-client.sh
  31. utils: add win-env-file-gen.sh
  32. postinstall.ps1: add Generate-Env-File()
  33. utils: add gm-convert-install.sh
  34. postinstall.ps1: install DNS feature if need #fix dnscmd not found in Windows server 2019
  35. kiss-vm: add --win-if-model=<virtio|rtl8139> option
  36. kiss-vm: add Windows* distro in distro database
  37. kiss-vm: enable windows auto by default, and fix bugs
  38. kiss-vm: vncput add support keyup,keydown command
  39. postinstall.ps1: disable new network location wizard
  40. kiss-vm: use --video=virtio instead if 'qxl' not available
  41. utils: add wimlib-install.sh
  42. utils: add wiminfo.sh

bug fixes:
...

see also:
Full Changelog: v1.8.7...v2.0.0