[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Automatically detect other OSs and generate grub entries
From: |
Ludovic Courtès |
Subject: |
Re: Automatically detect other OSs and generate grub entries |
Date: |
Wed, 30 Aug 2017 12:18:02 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Hi Arun,
Arun Isaac <address@hidden> skribis:
> Ludovic Courtès writes:
>
>> Amirouche Boubekki <address@hidden> skribis:
>>
>>> On Mon, Jul 17, 2017 at 3:39 PM Ludovic Courtès <address@hidden> wrote:
>>>
>>>> Arun Isaac <address@hidden> skribis:
>>>>
>>>> > 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/
>>>>
>>>> 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’m probably not part of the
>>>> target audience. :-)
>>>
>>> My understanding is that os-probe could generate part of GuixSD config.
>>
>> Ah yes, that’d be easy and useful. The first step would be to make a
>> package for it.
>
> I have packaged os-prober.
>
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=28281
I guess a next step could be to document it in the installation manual.
Or we could write a new tool that creates an ‘operating-system’ template
based on ‘os-prober’ output?
Thoughts?
Ludo’.