From 46f28be6a3f378debe95c6130392f3cb2f425ff8 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Fri, 14 May 2021 23:13:45 +0200 Subject: [PATCH] Don't install kvm virtualization packages by default --- packages.yaml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/packages.yaml b/packages.yaml index 3e76a4e..9d8845c 100644 --- a/packages.yaml +++ b/packages.yaml @@ -21,6 +21,7 @@ pacman: - rmlint # Tool for finding and removing duplicate files quickly - links # Terminal text-only web browser - lshw # List hardware components and their attributes + #- figlet # generate ascii text banners in terminal # ZSH + Plugins - zsh # shell - 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` # 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 - - 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 - - virt-viewer # A viewer for virtualized machines, virt-manager alone doesn't support copy-paste + #- 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 + #- virt-viewer # A viewer for virtualized machines, virt-manager alone doesn't support copy-paste # Security - macchanger # Tool for changing MAC address - dnsutils # Tools for managing DNS