2023-06-23 22:30:32 +02:00

13 lines
493 B
TOML

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"]