From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1aPAoh-0000M7-9X for mharc-grub-devel@gnu.org; Fri, 29 Jan 2016 10:18:31 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38380) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aPAoe-0000Jn-Ej for grub-devel@gnu.org; Fri, 29 Jan 2016 10:18:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aPAoY-00029Q-IU for grub-devel@gnu.org; Fri, 29 Jan 2016 10:18:28 -0500 Received: from sub5.mail.dreamhost.com ([208.113.200.129]:59454 helo=homiemail-a94.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aPAoY-000291-9R for grub-devel@gnu.org; Fri, 29 Jan 2016 10:18:22 -0500 Received: from homiemail-a94.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a94.g.dreamhost.com (Postfix) with ESMTP id BA37738A071 for ; Fri, 29 Jan 2016 07:18:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=shealevy.com; h= mime-version:content-type:content-transfer-encoding:date:from:to :subject:message-id; s=shealevy.com; bh=DyNn9+RK9v2BlfLlXwvsk8SO btU=; b=ie8T43dKBn6Z9jUzvA73C5HrLelauEMexL9b3dHm4sxf5K5OlXObPxZd QywMQh4iHa/rJpwuQx/6y3ZS6hIZVFceVQzt0JdGldEVCkVpcASNra35OOiqauiu bUEaKjW/gnYTR11oK4BRVOFlJWar+cXPxf5Vqrl0JZ79kcZJ2E8= Received: from webmail.shealevy.com (caiajhbihbdd.dreamhost.com [208.97.187.133]) (Authenticated sender: shea@shealevy.com) by homiemail-a94.g.dreamhost.com (Postfix) with ESMTPA id A28B938A059 for ; Fri, 29 Jan 2016 07:18:18 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 29 Jan 2016 10:18:18 -0500 From: Shea Levy To: Subject: "newc additions on runtime" =?UTF-8?Q?feature=3F?= Message-ID: X-Sender: shea@shealevy.com User-Agent: Roundcube Webmail/0.8.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 208.113.200.129 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, 29 Jan 2016 15:18:29 -0000 Hi all, Commit 92750e4c ("Add ability to generate newc additions on runtime.") introduced special handling of initrd names starting with "newc:". I can't find any documentation for this feature nor any example of it actually in use; what are its semantics? Is there any chance this functionality can be removed? I ask because I am writing a new loader for android bootimgs and have to bypass the normal 'initrd' command. Thanks, Shea