Add KVM virtualization packages

This commit is contained in:
ItsDrike 2021-02-15 09:15:55 +01:00
parent 5e62cd2b7f
commit 8238c415a5
No known key found for this signature in database
GPG key ID: 252D306F545351FC

View file

@ -15,6 +15,16 @@ pacman:
- zsh # shell - zsh # shell
- zsh-syntax-highlighting # colored zsh - zsh-syntax-highlighting # colored zsh
- zsh-autosuggestions # Suggestions from previous commands - zsh-autosuggestions # Suggestions from previous commands
# KVM Virtualization
- virt-manager # Frontend GUI for KVM
- qemu # Base emulator and virtualizer
- qemu-arch-extra # Virtualization for foregin architectures
- ovmf # UEFI virtual machines (without it, only BIOS is possible)
- vde2 # Networking tool
- ebtables # Ethernet bridge filtering utilities
- dnsmasq # Easy to configure DNS forwarder and DHCP server
- bridge-utils # Ethernet bridge configuration (VMs should be using this bridge, not real interface)
- openbsd-netcat # OpenBSD variant of netcat
# Security # Security
- macchanger # Tool for changing MAC address - macchanger # Tool for changing MAC address
- dnsutils # Tools for managing DNS - dnsutils # Tools for managing DNS