diff options
Diffstat (limited to 'chapter07/networkd.xml')
-rw-r--r-- | chapter07/networkd.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter07/networkd.xml b/chapter07/networkd.xml index b446986fa..83b99a1ea 100644 --- a/chapter07/networkd.xml +++ b/chapter07/networkd.xml @@ -111,10 +111,11 @@ EOF</userinput></screen> <para>The command below creates a basic configuration file for a Static IP setup (using both systemd-networkd and systemd-resolved):</para> - +<!-- jhalfs relies on the values for Name, Address, etc. If you want to change + them, please inform the jhalfs maintainer. --> <screen><userinput>cat > /etc/systemd/network/10-eth-static.network << "EOF" <literal>[Match] -Name=<network-device-name> +Name=<replaceable><network-device-name></replaceable> [Network] Address=192.168.0.2/24 |