Skip to content

Commit

Permalink
Create virtualization.yml
Browse files Browse the repository at this point in the history
This recipe is to install KVM and Virt Manager
  • Loading branch information
eXsoR65 authored Nov 19, 2024
1 parent b0120e0 commit 7dc24f8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions recipes/virtualization.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# installs virtualization
modules:
- type: rpm-ostree
install:
- virt-install
- libvirt-daemon-config-network
- libvirt-daemon-kvm
- qemu-kvm
- virt-manager
- virt-viewer
- guestfs-tools
- python3-libguestfs
- virt-top
- type: systemd
system:
enabled:
- libvirtd.service

0 comments on commit 7dc24f8

Please sign in to comment.