[presets] some adjustments for ROG ALLY

This commit is contained in:
Philip Mueller 2023-06-28 12:55:21 +02:00
parent 4c1376a06c
commit cd78654632
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
packages = ["linux64", "linux-firmware", "grub", "efibootmgr", "amd-ucode", "rog-ally-acpi-override", "handygccs-git", "asus-firmware", "cloud-utils", "ryzenadj-git"] packages = ["linux64", "linux-firmware", "grub", "efibootmgr", "amd-ucode", "rog-ally-acpi-override", "handygccs-git", "asus-firmware", "ryzenadj-git", "ryzenadj-controller-git"]
script = """ script = """
set -eux set -eux
@ -7,6 +7,7 @@ install -Dm755 "/shared_dirs/overlay/rogally-post-install" -t "/usr/bin/"
install -Dm644 "/shared_dirs/overlay/rogally-post-install.service" -t "/usr/lib/systemd/system/" install -Dm644 "/shared_dirs/overlay/rogally-post-install.service" -t "/usr/lib/systemd/system/"
systemctl enable handycon systemctl enable handycon
systemctl enable ryzenadj-controller
systemctl enable rogally-post-install systemctl enable rogally-post-install
""" """
shared_directories = ["overlay"] shared_directories = ["overlay"]

View File

@ -1,4 +1,4 @@
packages = ["steam", "gamescope-session-git", "gamescope-plus", "wget", "vulkan-icd-loader", "lib32-vulkan-icd-loader", "vulkan-intel", "lib32-vulkan-intel", "vulkan-radeon", "lib32-vulkan-radeon", "ttf-liberation", "adobe-source-sans-pro-fonts", "adobe-source-han-sans-jp-fonts", "adobe-source-han-sans-kr-fonts", "adobe-source-han-sans-cn-fonts"] packages = ["steam", "gamescope-session-git", "gamescope-plus", "wget", "vulkan-icd-loader", "lib32-vulkan-icd-loader", "vulkan-intel", "lib32-vulkan-intel", "vulkan-radeon", "lib32-vulkan-radeon", "ttf-liberation", "adobe-source-sans-pro-fonts", "adobe-source-han-sans-jp-fonts", "adobe-source-han-sans-kr-fonts", "adobe-source-han-sans-cn-fonts", "mangohud", "lib32-mangohud"]
script = """ script = """
set -eux set -eux