From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Isaac Subject: Automatically detect other OSs and generate grub entries Date: Thu, 13 Jul 2017 02:12:06 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dVOSm-0005Ft-K1 for guix-devel@gnu.org; Wed, 12 Jul 2017 16:42:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dVOSi-0006nL-3z for guix-devel@gnu.org; Wed, 12 Jul 2017 16:42:24 -0400 Received: from o134.p9.mailjet.com ([87.253.234.134]:43284) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dVOSh-0006l9-Rl for guix-devel@gnu.org; Wed, 12 Jul 2017 16:42:20 -0400 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: guix-devel@gnu.org Instead of having to manually specify custom grub entries in config.scm, can Guix use os-prober to automatically detect other operating system and generate grub entries? https://joeyh.name/code/os-prober/ =