[presets] add ROG ALLY support

This commit is contained in:
Philip Mueller
2023-06-23 19:56:03 +02:00
parent 42af023b54
commit 391c5d0cc1
10 changed files with 110 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
packages = ["linux64", "linux-firmware", "grub", "efibootmgr", "amd-ucode", "rog-ally-acpi-override", "handygccs-git", "cloud-utils"]
script = """
set -eux
install -Dm755 "/shared_dirs/overlay/resize-fs" -t "/usr/bin/"
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 rogally-post-install
"""
shared_directories = ["overlay"]