mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-12-07 03:39:21 +01:00
[presets] add ROG ALLY support
This commit is contained in:
12
presets/rog-ally-plasma/00-base.toml
Normal file
12
presets/rog-ally-plasma/00-base.toml
Normal 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"]
|
||||
Reference in New Issue
Block a user