Skip to content

Commit

Permalink
put back virtualization
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrutsaert committed Oct 19, 2024
1 parent aaa30fb commit ed8d6fc
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 ed8d6fc

Please sign in to comment.