]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
ip= server-id should be server-IP
authorAnton Blanchard <anton@samba.org>
Mon, 26 Dec 2011 22:08:29 +0000 (09:08 +1100)
committerHarald Hoyer <harald@redhat.com>
Mon, 23 Jan 2012 08:48:35 +0000 (09:48 +0100)
 From looking at the code it seems like server-id should really
be named server-IP.

dracut.cmdline.7.xml
modules.d/40network/parse-ip-opts.sh

index 87fb4ad88184b531c56b237d489c40343f481e4b..74e617c134b94f808399643195a5578f803dd966 100644 (file)
@@ -453,7 +453,7 @@ with a valid DHCP root-path.</para>
         </varlistentry>
         <varlistentry>
           <term><envar>ip=</envar><replaceable>&lt;client-IP&gt;</replaceable>:
-              <replaceable>&lt;server-id&gt;</replaceable>
+              <replaceable>&lt;server-IP&gt;</replaceable>
             :<replaceable>&lt;gateway-IP&gt;</replaceable>:<replaceable>&lt;netmask&gt;</replaceable>:<replaceable>&lt;client_hostname&gt;</replaceable>:<replaceable>&lt;interface&gt;</replaceable>:<replaceable>{none|off}</replaceable></term>
           <listitem>
             <para>explicit network configuration. If you want do define a IPv6 address, put it in brackets (e.g. [2001:DB8::1]).
index 3e83ee3b38d11c0f4933a8781862e9b9894d4713..77dbaf07b78556cf288063056024535650260c86 100755 (executable)
@@ -7,7 +7,7 @@
 #
 #       ip=<interface>:[dhcp|on|any]
 #
-#       ip=<client-IP-number>:<server-id>:<gateway-IP-number>:<netmask>:<client-hostname>:<interface>:[dhcp|on|any|none|off]
+#       ip=<client-IP-number>:<server-IP-number>:<gateway-IP-number>:<netmask>:<client-hostname>:<interface>:[dhcp|on|any|none|off]
 #
 # When supplying more than only ip= line, <interface> is mandatory and
 # bootdev= must contain the name of the primary interface to use for