arch-image-builder/configs/packages/systemd-gadget.yaml
BigfootACA 067ee2d341 add more comments
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
2024-05-20 09:56:42 +08:00

14 lines
256 B
YAML

# USB Gadget tools
pacman:
install:
- systemd-gadget
- dnsmasq
systemd:
disable:
# Disable tty ACM to avoid bugs
- getty@ttyGS0.service
- usbgadget-func-acm.service
enable:
# Enable systemd-networkd for RNDIS
- systemd-networkd.service