From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Automatically detect other OSs and generate grub entries Date: Tue, 18 Jul 2017 12:00:19 +0200 Message-ID: <874lua2hfw.fsf@gnu.org> References: <87zic36v7y.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dXPIm-0002Kc-RN for guix-devel@gnu.org; Tue, 18 Jul 2017 06:00:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dXPIj-00018b-OO for guix-devel@gnu.org; Tue, 18 Jul 2017 06:00:24 -0400 In-Reply-To: (Amirouche Boubekki's message of "Mon, 17 Jul 2017 17:38:46 +0000") 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: Amirouche Boubekki Cc: guix-devel@gnu.org Amirouche Boubekki skribis: > On Mon, Jul 17, 2017 at 3:39 PM Ludovic Court=C3=A8s wrote: > >> Arun Isaac skribis: >> >> > Instead of having to manually specify custom grub entries in config.sc= m, >> > can Guix use os-prober to automatically detect other operating system >> > and generate grub entries? >> > >> > https://joeyh.name/code/os-prober/ >> >> I think there is value in having everything in the GuixSD config, which >> can then be put under version control. >> >> Now, I have a single OS on my machines so I=E2=80=99m probably not part = of the >> target audience. :-) >> >> Thoughts? >> > > My understanding is that os-probe could generate part of GuixSD config. Ah yes, that=E2=80=99d be easy and useful. The first step would be to make= a package for it. Ludo=E2=80=99.