From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1UamJn-0001rl-CI for mharc-grub-devel@gnu.org; Fri, 10 May 2013 08:20:59 -0400 Received: from eggs.gnu.org ([208.118.235.92]:41041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UamJj-0001ob-Sc for grub-devel@gnu.org; Fri, 10 May 2013 08:20:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UamJh-0000tR-GJ for grub-devel@gnu.org; Fri, 10 May 2013 08:20:55 -0400 Received: from mail-ee0-f45.google.com ([74.125.83.45]:61584) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UamJh-0000tB-2p for grub-devel@gnu.org; Fri, 10 May 2013 08:20:53 -0400 Received: by mail-ee0-f45.google.com with SMTP id l10so427616eei.18 for ; Fri, 10 May 2013 05:20:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:x-enigmail-version:content-type; bh=pBVMeb7IMaLZxLkEWc4OoykI0Of6CKx6NC6vN8vD+kQ=; b=M4Kaxh3gQSfTXlmE453V3sORRSqbayC5rK5amwETEyqlQHCVcWe906Tb6NxxfdGP0E CuyJI33sy1RBrBQ4VjLaYDfQEZfUUaY14LCz6c5lSbUq0cWlL+6IYgYY8uvSkSVwk/Ln J46iFU61js3KZfwRzGgt2DyXA5xeaQWGYTteL3lBAi7/4vhhYShZySIFItgqY8fZit+e HewYN0dkMTGYVryJqfRPl7r4j2dMFFGTXNug9hQcLhE+IX1Z0ghjXk+KgBsUFMD2G+t1 xNGj8e56l0ZLZcLGH62UjA0lOeaS1UE9CLK1p75TeK1lpcB8BXd1Bt1AKahYwxOzGcYi xiHg== X-Received: by 10.15.44.10 with SMTP id y10mr40798516eev.5.1368188452320; Fri, 10 May 2013 05:20:52 -0700 (PDT) Received: from debian.x201.phnet (85-235.197-178.cust.bluewin.ch. [178.197.235.85]) by mx.google.com with ESMTPSA id bp51sm3274834eeb.5.2013.05.10.05.20.39 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 10 May 2013 05:20:41 -0700 (PDT) Message-ID: <518CE615.5010209@gmail.com> Date: Fri, 10 May 2013 14:20:37 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Re: [PATCH] clarify network drive description References: <1368109900-5375-1-git-send-email-arvidjaar@gmail.com> In-Reply-To: <1368109900-5375-1-git-send-email-arvidjaar@gmail.com> X-Enigmail-Version: 1.4.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig1E7E1D7B353577D563C8C1F4" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 74.125.83.45 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 May 2013 12:20:57 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig1E7E1D7B353577D563C8C1F4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 09.05.2013 16:31, Andrey Borzenkov wrote: > Mention that network drives can include server address and that > necessary modules are not autoloaded and must be loaded manually. Also > cross-reference to net_default_server. >=20 > Signed-off-by: Andrey Borzenkov >=20 > --- > ChangeLog | 5 +++++ > docs/grub.texi | 9 ++++++--- > 2 files changed, 11 insertions(+), 3 deletions(-) >=20 > diff --git a/ChangeLog b/ChangeLog > index 33d1265..d661157 100644 > --- a/ChangeLog > +++ b/ChangeLog > @@ -1,3 +1,8 @@ > +2013-05-09 Andrey Borzenkov > + > + * docs/grub.texi (Device syntax): Clarify description of network > + drives. > + > 2013-05-08 Andrey Borzenkov > =20 > * docs/grub.texi (Network): Add description of net_default_interface,= > diff --git a/docs/grub.texi b/docs/grub.texi > index 70c0de8..95b74d8 100644 > --- a/docs/grub.texi > +++ b/docs/grub.texi > @@ -2531,9 +2531,12 @@ of the partition when installing GRUB). > (hd0,1,3) > @end example > =20 > -If you enabled the network support, the special drives @samp{(tftp)}, > -@samp{(http)} and so on ars also available. > -Before using the network drive, you must initialize the network. > +If you enabled the network support, the special drives > +@code{(@var{protocol}[,@var{server}])} are also available. Supported p= rotocols > +are @samp{http} and @samp{tftp}. If @var{server} is omitted, value of > +environment variable @samp{net_default_server} is used. > +Note that necessary modules (@samp{http} and @samp{tftp}) have to be l= oaded > +manually. Before using the network drive, you must initialize the netw= ork. I've changed it: now http/tftp are autoloaded but you still need network interface module (pxe/ieee1275_net/...) loaded manually. Can you please adjust this patch to this improvement and commit? --------------enig1E7E1D7B353577D563C8C1F4 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iF4EAREKAAYFAlGM5hUACgkQNak7dOguQgn3CQD/ZpZtj42C1iCKGKq6EWUiFset OFQJLX2fh72uoRr8QuAA/1wOxPaQD+akw+KDW+yX7I7/QWhibziApsXzW0T00xIn =sLC4 -----END PGP SIGNATURE----- --------------enig1E7E1D7B353577D563C8C1F4--