Skip to content

Commit

Permalink
add virtualization module
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamingCuttlefish committed Jun 6, 2024
1 parent f1c1e21 commit c18710d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions recipes/desktop-bazzite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ image-version: latest
modules:
- from-file: modules/mullvad-module.yml
- from-file: modules/vscode-module.yml
- from-file: modules/virtualization-module.yml
- type: signing # this sets up the proper policy & signing files for signed images to work fully

1 change: 1 addition & 0 deletions recipes/desktop-kinoite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ image-version: latest
modules:
- from-file: modules/mullvad-module.yml
- from-file: modules/vscode-module.yml
- from-file: modules/virtualization-module.yml
- type: signing # this sets up the proper policy & signing files for signed images to work fully

1 change: 1 addition & 0 deletions recipes/laptop-bazzite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ modules:
- supergfxctl
- from-file: modules/mullvad-module.yml
- from-file: modules/vscode-module.yml
- from-file: modules/virtualization-module.yml
- type: signing # this sets up the proper policy & signing files for signed images to work fully

1 change: 1 addition & 0 deletions recipes/laptop-kinoite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ modules:
- supergfxctl
- from-file: modules/mullvad-module.yml
- from-file: modules/vscode-module.yml
- from-file: modules/virtualization-module.yml
- type: signing # this sets up the proper policy & signing files for signed images to work fully

13 changes: 13 additions & 0 deletions recipes/modules/virtualization-module.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
modules:
-type: rpm-ostree
install:
- qemu-char-spice
- qemu-device-display-virtio-gpu
- qemu-device-display-virtio-vga
- qemu-device-usb-redirect
- qemu-img
- qemu-system-x86-core
- qemu-user-binfmt
- qemu-user-static
- qemu
- virt-manager

0 comments on commit c18710d

Please sign in to comment.