Philip Mueller 844bdc6504 [presets] remove asus-firmware
- linux-firmware 20230625.ee91452d provides the needed cirrus firmwares
2023-06-28 14:36:19 +02:00

14 lines
558 B
TOML

packages = ["linux64", "linux-firmware", "grub", "efibootmgr", "amd-ucode", "rog-ally-acpi-override", "handygccs-git", "ryzenadj-git", "ryzenadj-controller-git"]
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 ryzenadj-controller
systemctl enable rogally-post-install
"""
shared_directories = ["overlay"]