Re: Automatically detect other OSs and generate grub entries

2017-08-30 Thread Arun Isaac
>> 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? Yes, the next

Re: Automatically detect other OSs and generate grub entries

2017-08-30 Thread Ludovic Courtès
Hi Arun, Arun Isaac skribis: > Ludovic Courtès writes: > >> Amirouche Boubekki skribis: >> >>> On Mon, Jul 17, 2017 at 3:39 PM Ludovic Courtès wrote: >>> Arun Isaac skribis: > Instead of having to manually specify custom grub entries in config.scm, > can Guix use os-prober

Re: Automatically detect other OSs and generate grub entries

2017-08-29 Thread Arun Isaac
Ludovic Courtès writes: > Amirouche Boubekki skribis: > >> On Mon, Jul 17, 2017 at 3:39 PM Ludovic Courtès wrote: >> >>> Arun Isaac skribis: >>> >>> > Instead of having to manually specify custom grub entries in config.scm, >>> > can Guix use os-prober to automatically detect other operating s

Re: Automatically detect other OSs and generate grub entries

2017-07-18 Thread Ludovic Courtès
Arun Isaac skribis: > Ludovic Courtès writes: > >> Arun Isaac 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-probe

Re: Automatically detect other OSs and generate grub entries

2017-07-18 Thread Ludovic Courtès
Amirouche Boubekki skribis: > On Mon, Jul 17, 2017 at 3:39 PM Ludovic Courtès wrote: > >> Arun Isaac 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 entrie

Re: Automatically detect other OSs and generate grub entries

2017-07-17 Thread Arun Isaac
Ludovic Courtès writes: > Arun Isaac 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 i

Re: Automatically detect other OSs and generate grub entries

2017-07-17 Thread Amirouche Boubekki
On Mon, Jul 17, 2017 at 3:39 PM Ludovic Courtès wrote: > Arun Isaac 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-

Re: Automatically detect other OSs and generate grub entries

2017-07-17 Thread Ludovic Courtès
Arun Isaac 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 con

Automatically detect other OSs and generate grub entries

2017-07-12 Thread Arun Isaac
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/