From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: Non-graphical GRUB configuration Date: Thu, 6 Apr 2017 11:18:55 -0400 Message-ID: <20170406151855.GD5287@jasmine> References: <20170331125956.rhlwjg45vwo3pgwh@abyayala> <20170331234321.GA10435@jasmine> <20170401072740.kgzz3zbtikn5hpg5@abyayala> <20170401202901.GA10480@jasmine> <86vaqmwz3c.fsf@gmail.com> <20170402210620.GA26945@jasmine> <20170405115919.GA28944@jasmine> <86zifudgzl.fsf@gmail.com> <20170405160745.GA30632@jasmine> <8660iipouj.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38088) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cw9Bd-0007YU-9G for guix-devel@gnu.org; Thu, 06 Apr 2017 11:19:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cw9Ba-0000sZ-4h for guix-devel@gnu.org; Thu, 06 Apr 2017 11:19:01 -0400 Content-Disposition: inline In-Reply-To: <8660iipouj.fsf@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: myglc2 Cc: guix-devel@gnu.org On Wed, Apr 05, 2017 at 04:43:32PM -0400, myglc2 wrote: > > ... you won't get '--unit=0' unless you specify (serial-unit 0) in your > > GuixSD configuration. However, GRUB defaults to '0', according to its > > manual. > > Yes I noticed. I was operating on the hope that less would be more ;-) I decided against hard-coding the current GRUB defaults into this code. I'd rather take them from GRUB at run-time, and accept the upstream changes as they come. Plus, we won't have to update our code as often :)