This example is made by following Running GUI Linux in a virtual machine on a Mac and Running Intel Binaries in Linux VMs with Rosetta.
You can get knowledge build and codesign process in Makefile.
make all
Some resources will be created in GUI Linux VM.bundle
directory on your home directory.
INSTALLER_ISO_PATH=/YOUR_INSTALLER_PATH/linux.iso ./virtualization -install
install Linux OS to your VM.- If you look up any installers, you can find easily in Download-Linux page.
./virtualization
run Linux VM fromDisk.img
which is installed inGUI Linux VM.bundle
.