From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anton Blanchard Subject: [PATCH] ip= server-id should be server-IP Date: Mon, 31 Oct 2011 22:30:55 +1100 Message-ID: <20111031223055.42fb2d6f@kryten> Mime-Version: 1.0 Content-Transfer-Encoding: 8BIT Return-path: Sender: initramfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" To: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org >From looking at the code it seems like server-id should really be named server-IP. --- Index: dracut/dracut.kernel.7.xml =================================================================== --- dracut.orig/dracut.kernel.7.xml 2011-10-31 21:12:55.371535209 +1100 +++ dracut/dracut.kernel.7.xml 2011-10-31 21:13:32.100192208 +1100 @@ -445,7 +445,7 @@ with a valid DHCP root-path. ip=<client-IP>: - <server-id> + <server-IP> :<gateway-IP>:<netmask>:<client_hostname>:<interface>:{none|off} explicit network configuration. If you want do define a IPv6 address, put it in brackets (e.g. [2001:DB8::1]). Index: dracut/modules.d/40network/parse-ip-opts.sh =================================================================== --- dracut.orig/modules.d/40network/parse-ip-opts.sh 2011-10-31 21:12:59.875615777 +1100 +++ dracut/modules.d/40network/parse-ip-opts.sh 2011-10-31 21:13:38.132300111 +1100 @@ -7,7 +7,7 @@ # # ip=:[dhcp|on|any] # -# ip=::::::[dhcp|on|any|none|off] +# ip=::::::[dhcp|on|any|none|off] # # When supplying more than only ip= line, is mandatory and # bootdev= must contain the name of the primary interface to use for