Skip to content

TruncatedDinoSour/mkqemuvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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