From: Anton Blanchard <anton-eUNUBHrolfbYtjvyW6yDsg@public.gmane.org>
To: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH 3/3] ip= server-id should be server-IP
Date: Tue, 27 Dec 2011 09:08:29 +1100 [thread overview]
Message-ID: <20111226220903.738439469@samba.org> (raw)
In-Reply-To: 20111226220903.564739340@samba.org
[-- Attachment #1: fix_server_id.patch --]
[-- Type: text/plain, Size: 1793 bytes --]
From looking at the code it seems like server-id should really
be named server-IP.
---
Index: dracut/dracut.cmdline.7.xml
===================================================================
--- dracut.orig/dracut.cmdline.7.xml 2011-12-27 09:02:31.321211186 +1100
+++ dracut/dracut.cmdline.7.xml 2011-12-27 09:02:54.261623619 +1100
@@ -453,7 +453,7 @@ with a valid DHCP root-path.</para>
</varlistentry>
<varlistentry>
<term><envar>ip=</envar><replaceable><client-IP></replaceable>:
- <replaceable><server-id></replaceable>
+ <replaceable><server-IP></replaceable>
:<replaceable><gateway-IP></replaceable>:<replaceable><netmask></replaceable>:<replaceable><client_hostname></replaceable>:<replaceable><interface></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: dracut/modules.d/40network/parse-ip-opts.sh
===================================================================
--- dracut.orig/modules.d/40network/parse-ip-opts.sh 2011-12-27 09:01:07.000000000 +1100
+++ dracut/modules.d/40network/parse-ip-opts.sh 2011-12-27 09:02:54.261623619 +1100
@@ -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
next prev parent reply other threads:[~2011-12-26 22:08 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-26 22:08 [PATCH 1/3] Handle upper case MAC addresses in ifname option Anton Blanchard
2011-12-26 22:08 ` [PATCH 2/3] server-id in ip= is not optional Anton Blanchard
[not found] ` <20111226220903.656046366-eUNUBHrolfbYtjvyW6yDsg@public.gmane.org>
2012-01-23 11:05 ` Harald Hoyer
2011-12-26 22:08 ` Anton Blanchard [this message]
[not found] ` <20111226220903.738439469-eUNUBHrolfbYtjvyW6yDsg@public.gmane.org>
2012-01-23 11:05 ` [PATCH 3/3] ip= server-id should be server-IP Harald Hoyer
[not found] ` <20111226220903.564739340-eUNUBHrolfbYtjvyW6yDsg@public.gmane.org>
2011-12-29 9:06 ` [PATCH 1/3] Handle upper case MAC addresses in ifname option David Dillow
2012-01-23 11:04 ` Harald Hoyer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111226220903.738439469@samba.org \
--to=anton-eunubhrolfbytjvyw6ydsg@public.gmane.org \
--cc=initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.