From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anton Blanchard Subject: [PATCH 2/3] server-id in ip= is not optional Date: Tue, 27 Dec 2011 09:08:28 +1100 Message-ID: <20111226220903.656046366@samba.org> References: <20111226220903.564739340@samba.org> Return-path: Content-Disposition: inline; filename=ip_not_optional.patch Sender: initramfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org The documentation suggests that server-id is an optional argument but ip_to_var fails if it is not specified. Fix the documentation. --- Index: dracut/dracut.cmdline.7.xml =================================================================== --- dracut.orig/dracut.cmdline.7.xml 2011-12-27 09:02:05.424745613 +1100 +++ dracut/dracut.cmdline.7.xml 2011-12-27 09:02:31.321211186 +1100 @@ -452,9 +452,9 @@ with a valid DHCP root-path. - ip=<client-IP>: + ip=<client-IP>: <server-id> - :<gateway-IP>:<netmask>:<client_hostname>:<interface>:{none|off} + :<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]). This parameter can be specified multiple times.