From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1YlG4A-00015f-K3 for mharc-grub-devel@gnu.org; Thu, 23 Apr 2015 08:17:14 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlG48-00015M-2w for grub-devel@gnu.org; Thu, 23 Apr 2015 08:17:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YlG42-0008Jx-9m for grub-devel@gnu.org; Thu, 23 Apr 2015 08:17:12 -0400 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::12]:23966) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlG41-0008Jk-Vl for grub-devel@gnu.org; Thu, 23 Apr 2015 08:17:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1429791423; l=457; s=domk; d=aepfle.de; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Subject:To:From:Date; bh=wN4q14BNjUuqZsOz1sZl3jqD+YYxkQa5X8hciCcEYok=; b=M2eVodOLgqiwQmjYmJz7MJSQ9dR+H3RY5lKArBK59NdbwRkXAteZWNEuKvi0YAUmz8z PHTIijqiO7c8e3IrG4qaO2rxC+q4QfYsqCY+LE6uAB+gMaPPyenBFmMoasDH65v3Y9UNt 27oQYwAd0y8mm9YZK66eqAJUxCZxaeX7iMc= X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+yackYocTD1iAi8x+OWi/zfN1cLnBYfssVo1SFZSlV1o5+W2fPusosI8UFDsorAjgj3RvrQ== X-RZG-CLASS-ID: mo00 Received: from probook.fritz.box ([2001:a60:10b3:cf01:1ec1:deff:feb9:bb48]) by smtp.strato.de (RZmta 37.5 AUTH) with ESMTPSA id m04f1er3NCH3hMH (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (curve sect571r1 with 571 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate) for ; Thu, 23 Apr 2015 14:17:03 +0200 (CEST) Received: by probook.fritz.box (Postfix, from userid 1000) id 674A250292; Thu, 23 Apr 2015 14:17:03 +0200 (CEST) Date: Thu, 23 Apr 2015 14:17:03 +0200 From: Olaf Hering To: The development of GNU GRUB Subject: Re: passing options to grub in xen,openfirmware and efi Message-ID: <20150423121703.GA2725@aepfle.de> References: <20150423080306.GA15265@aepfle.de> <20150423094330.GA7326@aepfle.de> <20150423112556.GA21978@aepfle.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22.rev6346 (2013-10-29) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a01:238:20a:202:5300::12 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: Thu, 23 Apr 2015 12:17:12 -0000 On Thu, Apr 23, Andrei Borzenkov wrote: > I know. as I said, IIRC it was added to support specific requirement, > not as part of generic framework. Of course, now that it is there > nobody knows who depends on it. What is wrong with it anyway? Both grub and the optional commands passed to it are one unit. Looks like your concern is that the defaults used during mkimage time can be changed at runtime. Thats common practice I think. Olaf