MichaIng / DietPi

Lightweight justice for your single-board computer!
https://dietpi.com/
GNU General Public License v2.0
4.8k stars 494 forks source link

Provide Parallels image as VMX appliance #5431

Closed MichaIng closed 1 year ago

MichaIng commented 2 years ago

Parallels support importing VMX files (native VMware applicanc configs), just double clicking them, which creates a VM with common defaults, as we want it. Compared to PVM appliances, VMX is, apart of the VMDK virtual disk image, a plain text config file, which can be generated easily from Linux console, i.e. via GitHub workflows. This allows us to generate and host a single download for VMware Player/Fusion and Parallels desktop, without sacrificing simplicity to deploy it for end users.

MichaIng commented 1 year ago

Done with: https://github.com/MichaIng/DietPi/commit/90c501b Requires change in docs and adjusted download link on our website.