Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
add virt-manager and others
Browse files Browse the repository at this point in the history
  • Loading branch information
catdevnull committed Mar 9, 2024
1 parent 104c316 commit c1a6ae5
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 82 deletions.
57 changes: 57 additions & 0 deletions config/common.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
modules:
- type: files
files:
- usr:
/usr
# copies config/files/usr into your image's /usr.
# put configuration files you want in /etc/ on a booted system
# in /usr/etc/ in the image. read more in files module reference.

- type: rpm-ostree
repos:
- https://pkgs.tailscale.com/stable/fedora/tailscale.repo
- https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-%OS_VERSION%/ublue-os-staging-fedora-%OS_VERSION%.repo
install:
- powertop
- tailscale
- fish
- wl-clipboard

- rclone
- restic

- kernel-tools # Needed for cpupower and turbostat
- python3-pyudev # Needed for AMD S2Idle Debug Script
- acpica-tools # Needed for AMD S2Idle Debug Script
- rocm-hip
- rocm-opencl
- rocm-clinfo
# tuned, copied roughly from Bluefin
- tuned
- tuned-ppd
- tuned-utils
- tuned-profiles-atomic

- virt-manager
- virt-viewer
- 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
remove:
- power-profiles-daemon
- type: systemd
system:
enabled:
- tuned.service

- type: script
scripts:
- amdgpu_top.sh
# - update_firmware.sh
# - mesa_git.sh
42 changes: 1 addition & 41 deletions config/recipe-gnome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,45 +8,5 @@ image-version: latest # latest is also supported if you want new updates ASAP
# https://github.com/achhabra2/fw13-amd-kinoite/blob/live/config/recipe.yml

modules:
- type: files
files:
- usr:
/usr
# copies config/files/usr into your image's /usr.
# put configuration files you want in /etc/ on a booted system
# in /usr/etc/ in the image. read more in files module reference.

- type: rpm-ostree
repos:
- https://pkgs.tailscale.com/stable/fedora/tailscale.repo
- https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-%OS_VERSION%/ublue-os-staging-fedora-%OS_VERSION%.repo
install:
- powertop
- tailscale
- fish
- wl-clipboard
- kernel-tools # Needed for cpupower and turbostat
- python3-pyudev # Needed for AMD S2Idle Debug Script
- acpica-tools # Needed for AMD S2Idle Debug Script
- rocm-hip
- rocm-opencl
- rocm-clinfo
# tuned, copied roughly from Bluefin
- tuned
- tuned-ppd
- tuned-utils
- tuned-profiles-atomic
remove:
- power-profiles-daemon
- type: systemd
system:
enabled:
- tuned.service

- type: script
scripts:
- amdgpu_top.sh
# - update_firmware.sh
# - mesa_git.sh

- from-file: common.yml
- type: signing # this sets up the proper policy & signing files for signed images to work fully
42 changes: 1 addition & 41 deletions config/recipe-kde.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,45 +8,5 @@ image-version: latest # latest is also supported if you want new updates ASAP
# https://github.com/achhabra2/fw13-amd-kinoite/blob/live/config/recipe.yml

modules:
- type: files
files:
- usr:
/usr
# copies config/files/usr into your image's /usr.
# put configuration files you want in /etc/ on a booted system
# in /usr/etc/ in the image. read more in files module reference.

- type: rpm-ostree
repos:
- https://pkgs.tailscale.com/stable/fedora/tailscale.repo
- https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-%OS_VERSION%/ublue-os-staging-fedora-%OS_VERSION%.repo
install:
- powertop
- tailscale
- fish
- wl-clipboard
- kernel-tools # Needed for cpupower and turbostat
- python3-pyudev # Needed for AMD S2Idle Debug Script
- acpica-tools # Needed for AMD S2Idle Debug Script
- rocm-hip
- rocm-opencl
- rocm-clinfo
# tuned, copied roughly from Bluefin
- tuned
- tuned-ppd
- tuned-utils
- tuned-profiles-atomic
remove:
- power-profiles-daemon
- type: systemd
system:
enabled:
- tuned.service

- type: script
scripts:
- amdgpu_top.sh
# - update_firmware.sh
# - mesa_git.sh

- from-file: common.yml
- type: signing # this sets up the proper policy & signing files for signed images to work fully

0 comments on commit c1a6ae5

Please sign in to comment.