mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-12-07 03:39:21 +01:00
[presets] some adjustments for ROG ALLY
This commit is contained in:
@@ -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 = """
|
||||
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/"
|
||||
|
||||
systemctl enable handycon
|
||||
systemctl enable ryzenadj-controller
|
||||
systemctl enable rogally-post-install
|
||||
"""
|
||||
shared_directories = ["overlay"]
|
||||
|
||||
Reference in New Issue
Block a user