mkqemuvm/README.md
Ari Archer 1d18d599ad
Migrate to non-deprecated __BASH_RUNAS
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-03-21 23:50:57 +02:00

35 lines
703 B
Markdown

# Mkqemuvm
> A simple wrapper around qemu to make virtual machines
# Requirements
- mlocalte
- fzf
- qemu
- edk2-ovmf
# Installation
## Manual
```bash
sudo install -Dm755 mkqemuvm /usr/local/bin
```
## Packages
- Linux
- Gentoo linux: [app-emulation/mkqemuvm::dinolay](https://ari-web.xyz/gentooatom/app-emulation/mkqemuvm)
# 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