This repository has been archived by the owner on Sep 7, 2024. It is now read-only.
generated from blue-build/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
104c316
commit c1a6ae5
Showing
3 changed files
with
59 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters