mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-09 05:50:20 +01:00
configuration: Use [DHCPv4] instead of [DHCP] for systemd .network file
The upstream has splitted [DHCP] into [DHCPv4] and [DHCPv6]. While we are only enabling DHCPv4 in the example setting (in most scenario DHCPv6 is not strictly needed as SLAAC is sufficient), just use [DHCPv4] instead of [DHCP].
This commit is contained in:
parent
e4a9ca459e
commit
ce779ec8c1
@ -164,7 +164,7 @@ Name=<network-device-name>
|
||||
[Network]
|
||||
DHCP=ipv4
|
||||
|
||||
[DHCP]
|
||||
[DHCPv4]
|
||||
UseDomains=true</literal>
|
||||
EOF</userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user