From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Vfv5E-0001QI-1k for mharc-grub-devel@gnu.org; Mon, 11 Nov 2013 12:15:28 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46326) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vfv56-0001Cc-98 for grub-devel@gnu.org; Mon, 11 Nov 2013 12:15:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vfv4z-0005Mo-71 for grub-devel@gnu.org; Mon, 11 Nov 2013 12:15:20 -0500 Received: from mail-lb0-x235.google.com ([2a00:1450:4010:c04::235]:35158) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vfv4y-0005MS-UG for grub-devel@gnu.org; Mon, 11 Nov 2013 12:15:13 -0500 Received: by mail-lb0-f181.google.com with SMTP id x18so3703956lbi.12 for ; Mon, 11 Nov 2013 09:15:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type; bh=vPwERXtZsVndV4pUlnOoHXBNa58u/zKa2imGizXnFQE=; b=YGpl+knmr3W31cssIPsQ3zv+aGsGkXNLjWuyWKrX8258V/KpzkOhTLthUsORDnMVB8 lX9P8EoYwJuvRb9pm/5cFenxyLPPFKKft51114ZfMs0mun5pL/QfHTD++YSBOSqCY/1o fKxW97Hp3puzJZgUY/2+kqIwxntu3ubDzsFmMOJHfBdZjPTQNSIrdWoYqPAQi9V/Alkj I+BUBTV1VD5X7WB3vxm38gZ/Im3/UgZzDY1mMj89/QiybCaPo24wbQWhrCgf4p7Kgabu 8yWJvvx2gVngHWHSMCq0NE4NIq313/kilIepjkQ7MdYVaOwsPZbXUTOgXrvRXnY48J94 yvYg== X-Received: by 10.152.202.167 with SMTP id kj7mr1735868lac.43.1384190111094; Mon, 11 Nov 2013 09:15:11 -0800 (PST) Received: from opensuse.site (ppp91-76-174-89.pppoe.mtu-net.ru. [91.76.174.89]) by mx.google.com with ESMTPSA id e4sm17436137lba.15.2013.11.11.09.15.10 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Mon, 11 Nov 2013 09:15:10 -0800 (PST) Date: Mon, 11 Nov 2013 21:15:09 +0400 From: Andrey Borzenkov To: grub-devel@gnu.org Subject: Re: Install_c merge intention Message-ID: <20131111211509.376ccec3@opensuse.site> In-Reply-To: <527FA861.1010202@gmail.com> References: <527E2FBD.6060501@gmail.com> <20131110185233.6093bf71@opensuse.site> <527FA861.1010202@gmail.com> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.18; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/KjSgOJ_Yq1=Psmy8axd=IVG"; protocol="application/pgp-signature" X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::235 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: Mon, 11 Nov 2013 17:15:25 -0000 --Sig_/KjSgOJ_Yq1=Psmy8axd=IVG Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable =D0=92 Sun, 10 Nov 2013 16:38:09 +0100 Vladimir '=CF=86-coder/phcoder' Serbinenko =D0=BF=D0=B8= =D1=88=D0=B5=D1=82: > On 10.11.2013 15:52, Andrey Borzenkov wrote: > > =D0=92 Sat, 09 Nov 2013 13:51:09 +0100 > > Vladimir '=CF=86-coder/phcoder' Serbinenko =D0=BF= =D0=B8=D1=88=D0=B5=D1=82: > >=20 > >> Hello, all. install_c is feature complete and I intent to make it > >> upstream unless issues are raised until 16 Nov. It's available under > >> http://git.savannah.gnu.org/cgit/grub.git/log/?h=3Dphcoder/install_c > >> > >=20 > > As was discussed before > >=20 > > - shell grub-istall provides relatively easy way to track what is done > > (which modules are selected etc). Binary grub-install does not. It > > was suggested to enable easy access to this information (like echoing > > invocations of grub-mkimage and grub-setup). This is missing > > currently.=20 > > > I added it. Is the one I added enough? >=20 Yes, thank you. May be having basic verbose level that just prints them would be better, but that's something that can be implemented later. > > - looks like shell backticks in /etc/default/grub are not evaluated or > > I missed it. Only normal shell quoting is interpreted. > >=20 > There are 2 routines for loading config: Use sh helper or read directly. > We use sh helper when on unix-like OS and sh is available. Yes, I missed it. > > - I guess before merging obsolete shell commands should be removed? > > They are still present. > >=20 > Yes, it's to avoid messing with conflicts in deleted files. They'll be > removed in merge > >=20 > >=20 > > _______________________________________________ > > Grub-devel mailing list > > Grub-devel@gnu.org > > https://lists.gnu.org/mailman/listinfo/grub-devel > >=20 >=20 >=20 --Sig_/KjSgOJ_Yq1=Psmy8axd=IVG Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) iEYEARECAAYFAlKBEJ0ACgkQR6LMutpd94ytbwCgvhSVnzPPzGmROgg5YLAQb+4y UvIAnjwx9IbFS9pe5NJbfotN0BPsl4lR =ozJu -----END PGP SIGNATURE----- --Sig_/KjSgOJ_Yq1=Psmy8axd=IVG--