A simple wrapper around qemu to make virtual machines https://git.ari.lt/ari/mkqemuvm
Find a file
Ari Archer 5bf668c01a
0.5: Switch to GPLv3
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-10-30 13:23:03 +02:00
LICENSE 0.5: Switch to GPLv3 2022-10-30 13:23:03 +02:00
mkqemuvm 0.5: Switch to GPLv3 2022-10-30 13:23:03 +02:00
README.md Migrate to non-deprecated __BASH_RUNAS 2022-03-21 23:50:57 +02:00

Mkqemuvm

A simple wrapper around qemu to make virtual machines

Requirements

  • mlocalte
  • fzf
  • qemu
  • edk2-ovmf

Installation

Manual

sudo install -Dm755 mkqemuvm /usr/local/bin

Packages

Configuration

Configured though environment variables

  • __BASH_RUNAS -- the "sudo" program to use
  • BIOS -- The BIOS file to look for
  • VM_NAME_DISALOWED_CHARS -- Disallowed characters in the VM name
  • DRIVE_FORMATS -- Drive formats you want to be available though qemu-img
  • FZF_FLAGS -- The flags to pass to FZF

Or just edit ~/.config/mkqemuvm.conf