Add setup-system.sh and bootstrap configs
This commit is contained in:
parent
2f8514e70d
commit
5d0ab1a9ae
10 changed files with 323 additions and 1 deletions
13
etc/systemd/network/20-wired.network
Normal file
13
etc/systemd/network/20-wired.network
Normal file
|
@ -0,0 +1,13 @@
|
|||
[Match]
|
||||
Name=en*
|
||||
|
||||
[Network]
|
||||
DHCP=yes
|
||||
|
||||
[DHCPv4]
|
||||
RouteMetric=10
|
||||
UseDomains=true
|
||||
|
||||
[IPv6AcceptRA]
|
||||
RouteMetric=10
|
||||
UseDomains=yes
|
13
etc/systemd/network/25-wireless.network
Normal file
13
etc/systemd/network/25-wireless.network
Normal file
|
@ -0,0 +1,13 @@
|
|||
[Match]
|
||||
Name=wl*
|
||||
|
||||
[Network]
|
||||
DHCP=yes
|
||||
|
||||
[DHCPv4]
|
||||
RouteMetric=20
|
||||
UseDomains=true
|
||||
|
||||
[IPv6AcceptRA]
|
||||
RouteMetric=20
|
||||
UseDomains=yes
|
Loading…
Add table
Add a link
Reference in a new issue