From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1WrUgZ-0006A0-Rx for mharc-grub-devel@gnu.org; Mon, 02 Jun 2014 12:02:07 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40653) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrTRw-0004hr-R7 for grub-devel@gnu.org; Mon, 02 Jun 2014 10:43:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WrTRr-0002gb-SY for grub-devel@gnu.org; Mon, 02 Jun 2014 10:42:56 -0400 Received: from mail-la0-x22b.google.com ([2a00:1450:4010:c03::22b]:36702) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrTRr-0002fE-KU for grub-devel@gnu.org; Mon, 02 Jun 2014 10:42:51 -0400 Received: by mail-la0-f43.google.com with SMTP id mc6so2644315lab.16 for ; Mon, 02 Jun 2014 07:42:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=GLbvmzuHeXlgF6FPnMUN1tHa06vVjzFLTkN6wpXv42Q=; b=0Lggk72f8jbMe617sNXhRH7b/Tzgz/8j700HFPFEW3fwAoXJAk0mfY3GjKTle2HVhF zKl+J7B7wKW1I72Sk3Tsp3IS5AS5djsohlPBmETFcItT4jOwNQ46KLB0tMk30XDchc08 BftueCl92uxsTMbTwiBseqo/7Lbd7XxmJjYUzIbybDYK2MB1v6UcMXPfQDrnlrjB7bnE HHNu4CDl6SMPsLx/33wnIinDGmuojjeUSuk/J02N1YAAHVvpMI4iDgsak6ovkUocbpVj PXeQ+uAjd6STllrhrzdadrevVxSHPAjnDZyqwM+RIIRgW+eZWoTNXhSGp9zzZ9F5UwgJ kT/A== X-Received: by 10.152.246.11 with SMTP id xs11mr2140662lac.73.1401720170528; Mon, 02 Jun 2014 07:42:50 -0700 (PDT) Received: from opensuse.site (ppp37-190-15-130.pppoe.spdop.ru. [37.190.15.130]) by mx.google.com with ESMTPSA id qx6sm13076087lbb.23.2014.06.02.07.42.49 for (version=SSLv3 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 02 Jun 2014 07:42:49 -0700 (PDT) Date: Mon, 2 Jun 2014 18:42:48 +0400 From: Andrey Borzenkov To: The development of GNU GRUB Subject: Re: [PATCH 1/2] Add hidden memdisk option to grub-install. Message-ID: <20140602184248.1f4baa87@opensuse.site> In-Reply-To: <20140519015749.05c3cc77@crass-Ideapad-Z570> References: <20140519015749.05c3cc77@crass-Ideapad-Z570> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.22; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22b Cc: development@efficientek.com 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, 02 Jun 2014 16:02:06 -0000 В Mon, 19 May 2014 01:57:49 -0500 Glenn Washburn пишет: > I have a set of scripts that I've been using with the old shell script grub-install that creates its own memdisk and embedded config. Those options are not available at present (I suspect partly intentionally). With this in mind, I've added these options to grub-install, but left them as hidden options. I'm not opposed to making them visible either. How exactly is it different from grub-mkstandalone? You can also add custom config to it.