Don't install kvm virtualization packages by default

This commit is contained in:
ItsDrike 2021-05-14 23:13:45 +02:00
parent d1da5c0edf
commit 46f28be6a3
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

View file

@ -21,6 +21,7 @@ pacman:
- rmlint # Tool for finding and removing duplicate files quickly - rmlint # Tool for finding and removing duplicate files quickly
- links # Terminal text-only web browser - links # Terminal text-only web browser
- lshw # List hardware components and their attributes - lshw # List hardware components and their attributes
#- figlet # generate ascii text banners in terminal
# ZSH + Plugins # ZSH + Plugins
- zsh # shell - zsh # shell
- zsh-syntax-highlighting # colored zsh - zsh-syntax-highlighting # colored zsh
@ -32,16 +33,16 @@ pacman:
# Then you can define bridge with `virsh net-def br10.xml` and start it `virsh net-start br10` # Then you can define bridge with `virsh net-def br10.xml` and start it `virsh net-start br10`
# We will also want to autostart this interface with `virsh net-autostart br10` # We will also want to autostart this interface with `virsh net-autostart br10`
# If further instructions are necessary, check `https://youtu.be/itZf5FpDcV0` for video tutorial # If further instructions are necessary, check `https://youtu.be/itZf5FpDcV0` for video tutorial
- virt-manager # Frontend GUI for KVM #- virt-manager # Frontend GUI for KVM
- qemu # Base emulator and virtualizer #- qemu # Base emulator and virtualizer
- qemu-arch-extra # Virtualization for foregin architectures #- qemu-arch-extra # Virtualization for foregin architectures
- ovmf # UEFI virtual machines (without it, only BIOS is possible) #- ovmf # UEFI virtual machines (without it, only BIOS is possible)
- vde2 # Networking tool #- vde2 # Networking tool
- ebtables # Ethernet bridge filtering utilities #- ebtables # Ethernet bridge filtering utilities
- dnsmasq # Easy to configure DNS forwarder and DHCP server #- dnsmasq # Easy to configure DNS forwarder and DHCP server
- bridge-utils # Ethernet bridge configuration (VMs should be using this bridge, not real interface) #- bridge-utils # Ethernet bridge configuration (VMs should be using this bridge, not real interface)
- openbsd-netcat # OpenBSD variant of netcat #- openbsd-netcat # OpenBSD variant of netcat
- virt-viewer # A viewer for virtualized machines, virt-manager alone doesn't support copy-paste #- virt-viewer # A viewer for virtualized machines, virt-manager alone doesn't support copy-paste
# Security # Security
- macchanger # Tool for changing MAC address - macchanger # Tool for changing MAC address
- dnsutils # Tools for managing DNS - dnsutils # Tools for managing DNS