mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-07-27 07:29:28 +02:00
13 lines
493 B
TOML
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"]
|