The changes include: - Split monolithic script into lib/, config/, profiles/, and files/ directories - Added error handling with cleanup on failure - Added installation logging to /var/log/arch-install.log - Added username validation
20 lines
215 B
SYSTEMD
20 lines
215 B
SYSTEMD
[Match]
|
|
Type=wlan
|
|
WLANInterfaceType=station
|
|
SSID=*
|
|
|
|
[Link]
|
|
RequiredForOnline=routable
|
|
|
|
[Network]
|
|
DHCP=yes
|
|
IPv6AcceptRA=yes
|
|
IgnoreCarrierLoss=3s
|
|
EmitLLDP=yes
|
|
|
|
[DHCPv4]
|
|
RouteMetric=200
|
|
|
|
[IPv6AcceptRA]
|
|
RouteMetric=200
|