diff options
author | Tom Gundersen <teg@jklm.no> | 2015-07-20 17:58:45 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-07-20 17:58:45 +0200 |
commit | 31053e929ed2f13b22b76d0d2819d11189f696b6 (patch) | |
tree | b06219ca95a3720cae4e49aa6bd60eb1cf9f64ab /man | |
parent | 6913b32249eeaabf00184872de189e1a8889ab74 (diff) | |
parent | d88ba7f02ee8ada591edbd17de34764bd19d6e9b (diff) |
Merge pull request #549 from ssahani/dhcp
networkd: allow hostname override
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.network.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index ff01da6249..90a0e8fff6 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -589,6 +589,12 @@ </listitem> </varlistentry> <varlistentry> + <term><varname>Hostname=</varname></term> + <listitem> + <para>Hostname is a option to override the machine's hostname that will be sent to the DHCP server</para> + </listitem> + </varlistentry> + <varlistentry> <term><varname>UseDomains=</varname></term> <listitem> <para>When true (not the default), the domain name |