From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VfVMi-0005fz-Rn for mharc-grub-devel@gnu.org; Sun, 10 Nov 2013 08:47:48 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58987) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfVMZ-0005fI-4g for grub-devel@gnu.org; Sun, 10 Nov 2013 08:47:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VfVMQ-0005R0-Mc for grub-devel@gnu.org; Sun, 10 Nov 2013 08:47:39 -0500 Received: from mail-ee0-x236.google.com ([2a00:1450:4013:c00::236]:46194) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfVMQ-0005Qt-F6 for grub-devel@gnu.org; Sun, 10 Nov 2013 08:47:30 -0500 Received: by mail-ee0-f54.google.com with SMTP id c50so1937406eek.27 for ; Sun, 10 Nov 2013 05:47:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=lfdhOkmwsQCapDlflpPTmsOtTtTxqd6W28WGeBJeMTI=; b=EUkPdJt14+VU464ktrQYg9DsJEChGBsKIWhpZNt0hQbAZL/bu1VPMcWZU5ek66yvb1 rbSzsuQHt5Z1CPx7U6GRHk0rwAHgF+S7ywHmLplRpm97zDIBK+NF7DRCo4mCrLopQ8Gb og5TXEiSSfp0zCjSN53Pt7uHZwwdLOYz7J6Ue5879kO8YrPjPwddxhVQDPTxLqLOyyAX HuLj7ObKPl4cUK7vRwyeLvDyuOjiHebzsQ8h7C0Jmu0rvC/+6G1jBZqjPbx8tkUWMFCF TxkwP1PYlTwIPex3W260H42G0sp8MSX3A0rMwg7vfTqhGBIbjUaPOdhsgTzmws+KbRaB oU+Q== X-Received: by 10.15.50.195 with SMTP id l43mr29126176eew.30.1384091249575; Sun, 10 Nov 2013 05:47:29 -0800 (PST) Received: from [192.168.1.16] (31-249.1-85.cust.bluewin.ch. [85.1.249.31]) by mx.google.com with ESMTPSA id h8sm49461650eew.16.2013.11.10.05.47.28 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 10 Nov 2013 05:47:28 -0800 (PST) Message-ID: <527F8E6E.7090704@gmail.com> Date: Sun, 10 Nov 2013 14:47:26 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131005 Icedove/17.0.9 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Re: [PATCH] grub-reboot no more sets saved_default References: <1384090624-3857-1-git-send-email-arvidjaar@gmail.com> In-Reply-To: <1384090624-3857-1-git-send-email-arvidjaar@gmail.com> X-Enigmail-Version: 1.5.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="----enig2UMFBFCMRNAWHFFDQADVA" X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::236 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: Sun, 10 Nov 2013 13:47:47 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2UMFBFCMRNAWHFFDQADVA Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 10.11.2013 14:37, Andrey Borzenkov wrote: > Remove reference to grub-default from description of saved default entr= y. >=20 > Also mention that GRUB_DEFAULT=3Dsaved depends on availability of envir= onment > block. >=20 Go ahead. Please don't forget the changelogs (you forgot in last patch, please fix) > --- > docs/grub.texi | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) >=20 > diff --git a/docs/grub.texi b/docs/grub.texi > index ead8fbd..cf11723 100644 > --- a/docs/grub.texi > +++ b/docs/grub.texi > @@ -1277,8 +1277,9 @@ works it's not recommended since titles often con= tain unstable device names > and may be translated > =20 > If you set this to @samp{saved}, then the default menu entry will be t= hat > -saved by @samp{GRUB_SAVEDEFAULT}, @command{grub-set-default}, or > -@command{grub-reboot}. > +saved by @samp{GRUB_SAVEDEFAULT} or @command{grub-set-default}. This = relies on > +the environment block, which may not be available in all situations > +(@pxref{Environment block}). > =20 > The default is @samp{0}. > =20 > @@ -1287,7 +1288,7 @@ If this option is set to @samp{true}, then, when = an entry is selected, save > it as a new default entry for use by future runs of GRUB. This is onl= y > useful if @samp{GRUB_DEFAULT=3Dsaved}; it is a separate option because= > @samp{GRUB_DEFAULT=3Dsaved} is useful without this option, in conjunct= ion with > -@command{grub-set-default} or @command{grub-reboot}. Unset by default= =2E > +@command{grub-set-default}. Unset by default. > This option relies on the environment block, which may not be availabl= e in > all situations (@pxref{Environment block}). > =20 >=20 ------enig2UMFBFCMRNAWHFFDQADVA 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.15 (GNU/Linux) Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iF4EAREKAAYFAlJ/jm4ACgkQmBXlbbo5nOt1UAD/TJD9XxEuxt/7+Cq8o1AVlh2F J6gujdceOCq6YEQa/BYA+wXNeUaoWe02VH69bwhhE8wVq4wGCk1GfE1eo2Gh+f0E =b+Eh -----END PGP SIGNATURE----- ------enig2UMFBFCMRNAWHFFDQADVA--