From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1UKRQv-00067x-5F for mharc-grub-devel@gnu.org; Tue, 26 Mar 2013 06:48:49 -0400 Received: from eggs.gnu.org ([208.118.235.92]:38447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKRQs-00064Q-7H for grub-devel@gnu.org; Tue, 26 Mar 2013 06:48:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKRQm-0006GK-KY for grub-devel@gnu.org; Tue, 26 Mar 2013 06:48:46 -0400 Received: from mail-ea0-x231.google.com ([2a00:1450:4013:c01::231]:48961) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKRQm-0006Fr-F0 for grub-devel@gnu.org; Tue, 26 Mar 2013 06:48:40 -0400 Received: by mail-ea0-f177.google.com with SMTP id q14so457067eaj.8 for ; Tue, 26 Mar 2013 03:48:39 -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=4oKut+Nskt9IGwe2j1OSg/neGfBYjJob8wqcCq8PgLA=; b=B+FZag6MWV9QuMFnqfdHvS1FuewdaAdorlDp4YZVPjcSTW8LrWCTnFDs+xLLlL5txS UFW1qUdWgDbB+GhstLkpNSspdWjxxkZvOlh+dGMR/04QPQL68dkYQUATzPWaCLDgK5nd UJAtFcI7I1rW1mQ5i6ODHbotHK4JdmF6uyb1O++soENW79qnw+OWz8SI5uYTqOUlxpYY VziTLL2Nu7dcxX/HsoyogOZEDsuCEpYZXwffAQWLgZJI9oAgHDHR4NZs9cUltJv57/oC MFQiuAmgD6XF6VyxRDoQ+UZoe9og/kPCczPLSRZgyMYP08NgH7nO4H91OWyIMojNW5Yc ZQNw== X-Received: by 10.14.182.72 with SMTP id n48mr17569054eem.3.1364294919085; Tue, 26 Mar 2013 03:48:39 -0700 (PDT) Received: from debian.x201.phnet ([217.193.148.98]) by mx.google.com with ESMTPS id s47sm12941201eeg.8.2013.03.26.03.48.37 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 26 Mar 2013 03:48:37 -0700 (PDT) Message-ID: <51517D05.10306@gmail.com> Date: Tue, 26 Mar 2013 11:48:37 +0100 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: The development of GNU GRUB Subject: Re: Command documentation part 1. References: <20130122170851.1bb50f87@opensuse.site> <20130122171218.GA9543@riva.dynamic.greenend.org.uk> <20130129142517.44838703@opensuse.site> <51163783.7030006@gmail.com> <20130224114056.4cd4a5b0@opensuse.site> <513874D0.7090306@gmail.com> <20130310204523.78d800fe@opensuse.site> In-Reply-To: <20130310204523.78d800fe@opensuse.site> X-Enigmail-Version: 1.4.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig4E90431BC0EF3173BEEAC376" X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::231 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: Tue, 26 Mar 2013 10:48:47 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig4E90431BC0EF3173BEEAC376 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 10.03.2013 17:45, Andrey Borzenkov wrote: >> > Also I think it's worth mentioning that luks/geli/... aren't autoloa= ded. >> >=20 > Is there any other encryption container that is currently supported? I > see only LUKS and geli. Currently only luks and geli >>> > > +When option @option{--check} is given, it points to a file that = contains >>> > > +list of @var{hash name} pairs. File hash and file name are separ= ated by >>> > > +single @key{SPACE} or @key{TAB}, one pair on a line. Option @opt= ion{--prefix} >>> > > +may be used to give directory where files are located. Hash veri= fication >>> > > +stops after the first mismatch was found unless option @option{-= -keep-going} >>> > > +was given. >>> > > +@end deffn >> >=20 >> > This is the same format as used by standard UNIX tools. >> >=20 > Not sure what change is needed so left alone :) Just a mention that it's the same format as UNIX tools > +@deffn Command background_color color > +Set background color for active terminal. For valid color specificatio= ns see > +@pxref{Theme file format, ,Colors}. Background color can be changed on= ly when > +using @samp{gfxterm} for terminal output. > +@end deffn There is a confusion between the background behind the letters (background_color_normal/_highlight variables) and solid color used as background image (background_color command). This description would probably suggest former rather than the latter. Other than this patch is good. --------------enig4E90431BC0EF3173BEEAC376 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/ iF4EAREKAAYFAlFRfQUACgkQNak7dOguQgmolwEAm+zVVE2xDcjpsKpdnQQlwXk2 r5gJnNy29hTqTaKVf4wA/AnxFZ27jXQcgmCeEFsDpc2IvyLvhhg3YMt8FGxjju2M =xtSh -----END PGP SIGNATURE----- --------------enig4E90431BC0EF3173BEEAC376--