From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: How does install-grub work? Date: Tue, 30 Aug 2016 00:00:35 +0200 Message-ID: References: <20160822132018.19828-1-david@craven.ch> <20160822132018.19828-6-david@craven.ch> <20160827104228.5db67f6a@scratchpost.org> <20160829123149.0e260af6@scratchpost.org> <20160829161919.5277eb35@scratchpost.org> <20160829201656.4390d2db@scratchpost.org> <20160829205734.0b49dc92@scratchpost.org> <20160829225056.240c8d0e@scratchpost.org> <20160829235735.7e48bf1b@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49340) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beUbj-0000U1-8W for guix-devel@gnu.org; Mon, 29 Aug 2016 18:00:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1beUbf-0005St-0l for guix-devel@gnu.org; Mon, 29 Aug 2016 18:00:42 -0400 Received: from mail-yb0-x22c.google.com ([2607:f8b0:4002:c09::22c]:35988) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beUbd-0005SK-PH for guix-devel@gnu.org; Mon, 29 Aug 2016 18:00:38 -0400 Received: by mail-yb0-x22c.google.com with SMTP id 125so368569ybe.3 for ; Mon, 29 Aug 2016 15:00:36 -0700 (PDT) In-Reply-To: <20160829235735.7e48bf1b@scratchpost.org> 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: Danny Milosavljevic Cc: guix-devel >> 1. Pick out your changes that are related to renaming grub to >> bootloader and add a shim for the uboot parts. That should be enough >> to get vm's booting. > Yes. Note that Ludo said that it might make sense to separate the build side (gnu/build/install.scm and gnu/build/vm.sc) from the host side (other stuff) also for the patches. So do you want me to take a stab at it or do you want to do it? =) For parts two and three I'd have to rely on you, since I don't have access to hardware to actually test it...