mirror of
https://github.com/BigfootACA/arch-image-builder.git
synced 2024-11-11 07:57:53 +08:00
14 lines
256 B
YAML
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
|